mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/php-memcache: Maintainer info update + minor fixes
This commit is contained in:
parent
5baed9ca9e
commit
22ff95f315
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for php-memcache
|
# Slackware build script for php-memcache
|
||||||
|
|
||||||
# Copyright 2012, mario <mario@slackverse.org>
|
# Copyright 2012, 2015 Mario Preksavec, Zagreb, HR
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -65,10 +65,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tgz
|
||||||
cd $SRCNAM-$VERSION
|
cd $SRCNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
PHP_CONFIG=php-config
|
PHP_CONFIG=php-config
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="5cc9f2ef11f5c931794ece1a148416df"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="mario"
|
MAINTAINER="Mario Preksavec"
|
||||||
EMAIL="mario@slackverse.org"
|
EMAIL="mario at slackware dot hr"
|
||||||
|
|
Loading…
Reference in a new issue