summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Tseng2015-07-02 04:20:24 -0700
committerPeter Tseng2015-07-02 04:20:24 -0700
commitce58cdb22837240794fb69f37c272ce3afde8bd9 (patch)
tree012f7904aa5d969ec2cf26035d7dd1c731b9d076
parent9bdf2d3b0064522d319c111ad058a4352ca81f3d (diff)
downloadaur-ce58cdb22837240794fb69f37c272ce3afde8bd9.tar.gz
build: Don't need to chmod anymore
I guess this got fixed at some point between when I added it and today
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55f537b6703b..ab174f946ea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,8 +50,6 @@ sha256sums=('376519ad8ee97bfc19d79218b57abfb7fab96789c29999fa387ff7801619d4d9'
build() {
cd $srcdir
- # BSDtar sets too many execute bits. Stop this from happening.
- find -type f -exec chmod -x {} \;
# Allegro gives us jpgalleg now... but the name in the makefile is wrong!
sed -i "s/jpgal/jpgalleg/" makefile
# -mwindows most definitely not supported by gcc and not what we want.