diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-02-04 16:25:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-07 15:21:08 +0700 |
commit | 22ff95f315fde376895ae69c4ad1a394f5a00336 (patch) | |
tree | 38a6fbb6dd86a90dbb4db227849bbcc9ddb0700c /libraries/php-memcache/php-memcache.SlackBuild | |
parent | 5baed9ca9e77515afccf8a36531b033c6a5036f4 (diff) | |
download | slackbuilds-22ff95f315fde376895ae69c4ad1a394f5a00336.tar.gz |
libraries/php-memcache: Maintainer info update + minor fixes
Diffstat (limited to 'libraries/php-memcache/php-memcache.SlackBuild')
-rw-r--r-- | libraries/php-memcache/php-memcache.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/php-memcache/php-memcache.SlackBuild b/libraries/php-memcache/php-memcache.SlackBuild index 0812361972..a63b9c7b97 100644 --- a/libraries/php-memcache/php-memcache.SlackBuild +++ b/libraries/php-memcache/php-memcache.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for php-memcache -# Copyright 2012, mario <mario@slackverse.org> +# Copyright 2012, 2015 Mario Preksavec, Zagreb, HR # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -65,10 +65,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tgz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -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 777 -o -perm 775 -o -perm 750 -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 {} \; PHP_CONFIG=php-config |