summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Khanlar2016-01-24 08:40:30 -0500
committerJason Khanlar2016-01-24 08:40:30 -0500
commit744b4abe8d95b594eee74b0777e182fee28fd512 (patch)
treed674efc816ae219cd315aff270463d158bcf216c
parent09eb5a656b175399770575ec8c327ca7369e9713 (diff)
downloadaur-744b4abe8d95b594eee74b0777e182fee28fd512.tar.gz
Unnecessary to chmod, execute python2 directly
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35a1de6de579..5f129764ec81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,7 @@ prepare() {
}
build() {
cd "woffTools-master"
- chmod u+x setup.py
- ./setup.py build
+ python2 setup.py build
}
package() {
cd "woffTools-master"