diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-06 08:00:03 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-05 20:25:23 -0600 |
commit | 18915aa614e0294933571e675fb3c97ad6b9ef34 (patch) | |
tree | 6bd630a6e13a33428a62b91c1160d1f15bcf2c99 /libraries/eaccelerator | |
parent | abd9fcdb0b0313d784807dae4c3d2d794356e5f3 (diff) | |
download | slackbuilds-18915aa614e0294933571e675fb3c97ad6b9ef34.tar.gz |
libraries/eaccelerator: Update script to the new template
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/eaccelerator')
-rw-r--r-- | libraries/eaccelerator/eaccelerator.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/eaccelerator/eaccelerator.SlackBuild b/libraries/eaccelerator/eaccelerator.SlackBuild index b56d4d38b5..bb082f30d9 100644 --- a/libraries/eaccelerator/eaccelerator.SlackBuild +++ b/libraries/eaccelerator/eaccelerator.SlackBuild @@ -67,11 +67,11 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$PRGNAM-$VERSION chown -R root:root . -find . \ - \( -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 {} \; +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 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; phpize |