summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlbert Graef2016-06-19 20:53:56 +0200
committerAlbert Graef2016-06-19 20:53:56 +0200
commit2b9e9b92e0eee1126f9a707a7ba9b7bc10c73633 (patch)
treedc3c50eb16308277aea8bc352539504cbc7a8885 /PKGBUILD
parent66a712d42271e1e39080da94d16781fa1ab6db8f (diff)
downloadaur-2b9e9b92e0eee1126f9a707a7ba9b7bc10c73633.tar.gz
More permission fixes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12210a3717a5..00de7739917d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
# under /usr/include/pd-l2ork.
pkgname=pd-l2ork-git
-pkgver=r1714.22edd36
+pkgver=r1716.a1424f0
pkgrel=1
pkgdesc="L2Ork (Linux Laptop Orchestra) version of PureData (git version)"
url="http://l2ork.music.vt.edu/main/?page_id=56"
@@ -84,7 +84,10 @@ package() {
chmod -R go-w *
chmod -R a+r *
chmod a-x usr/lib/pd-l2ork/default.settings
- find . -name '*.pd' | xargs chmod a-x
+ #find . -executable -name '*.pd_linux' | xargs chmod a-x
+ find . -executable -name '*.pd' | xargs chmod a-x
+ find . -executable -name '*.txt' | xargs chmod a-x
+ find . -executable -name '*.aif*' | xargs chmod a-x
find . -type d | xargs chmod a+x
}