diff options
author | Albert Graef | 2017-01-10 11:13:27 +0100 |
---|---|---|
committer | Albert Graef | 2017-01-10 11:13:27 +0100 |
commit | ff1cefbed813cd82cf81f4dfa739fcec538d21e0 (patch) | |
tree | 9a8795a36b35d63f12fc7fa0a8359428a931d71e /PKGBUILD | |
parent | a06fa9fd9bddc4d6d6a5a32791cd11f89379960a (diff) | |
download | aur-ff1cefbed813cd82cf81f4dfa739fcec538d21e0.tar.gz |
Fix typos in package routine.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -33,7 +33,7 @@ pkgname=purr-data pkgver=20170108.r3234.59c867e5 -pkgrel=1 +pkgrel=2 pkgdesc="Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)" url="https://git.purrdata.net/jwilkes/purr-data" arch=('i686' 'x86_64') @@ -156,8 +156,8 @@ package() { cd "$pkgdir" chmod -R go-w * chmod -R a+r * - chmod a-x .$(prefix)/lib/pd-l2ork/default.settings - find .$(prefix)/lib/pd-l2ork/bin/nw -executable -not -type d -exec chmod a+x {} + + chmod a-x .$prefix/lib/pd-l2ork/default.settings + find .$prefix/lib/pd-l2ork/bin/nw -executable -not -type d -exec chmod a+x {} + #find . -executable -name '*.pd_linux' -exec chmod a-x {} + find . -executable -name '*.pd' -exec chmod a-x {} + find . -executable -name '*.txt' -exec chmod a-x {} + |