diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-06 08:00:49 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-05 20:25:24 -0600 |
commit | 6cc990274c51ccc35eb1c2af87fe6411efc1b136 (patch) | |
tree | 78058fb64daf14f214d5621baf34e98bb6bc8be8 | |
parent | 18915aa614e0294933571e675fb3c97ad6b9ef34 (diff) | |
download | slackbuilds-6cc990274c51ccc35eb1c2af87fe6411efc1b136.tar.gz |
development/squeak-vm: Update script to the new template
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | development/squeak-vm/squeak-vm.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/squeak-vm/squeak-vm.SlackBuild b/development/squeak-vm/squeak-vm.SlackBuild index 3f9b03f6c6..4d74200c10 100644 --- a/development/squeak-vm/squeak-vm.SlackBuild +++ b/development/squeak-vm/squeak-vm.SlackBuild @@ -64,11 +64,11 @@ rm -rf $SRCNAM-$VERSION-src tar xvf $CWD/$SRCNAM-$VERSION-src.tar.gz cd $SRCNAM-$VERSION-src chown -R root:root . -find . \ +find -L . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Fix location of libraries (as --libdir does not work) for f in CMakeLists.txt cmake/squeak.in cmake/squeak.sh.in; do |