diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-02-04 16:18:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-07 15:21:07 +0700 |
commit | ad2e98c0b0aff730c5d9d45a4d9e555f76b56cc7 (patch) | |
tree | 6d6b49ad7f1cc1bc7b37c366b0a8d5de8070893d /libraries/php-ssh2 | |
parent | 93dbe566fa8197469d03ddda07d76a29c2cbd21e (diff) | |
download | slackbuilds-ad2e98c0b0aff730c5d9d45a4d9e555f76b56cc7.tar.gz |
libraries/php-ssh2: Maintainer info update + minor fixes
Diffstat (limited to 'libraries/php-ssh2')
-rw-r--r-- | libraries/php-ssh2/php-ssh2.SlackBuild | 10 | ||||
-rw-r--r-- | libraries/php-ssh2/php-ssh2.info | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/php-ssh2/php-ssh2.SlackBuild b/libraries/php-ssh2/php-ssh2.SlackBuild index a71fcd8387..9d7396544b 100644 --- a/libraries/php-ssh2/php-ssh2.SlackBuild +++ b/libraries/php-ssh2/php-ssh2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for php-ssh2 -# 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 diff --git a/libraries/php-ssh2/php-ssh2.info b/libraries/php-ssh2/php-ssh2.info index b2edd27fac..1ce4beae3c 100644 --- a/libraries/php-ssh2/php-ssh2.info +++ b/libraries/php-ssh2/php-ssh2.info @@ -6,5 +6,5 @@ MD5SUM="409b91678a842bb0ff56f2cf018b9160" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libssh2" -MAINTAINER="mario" -EMAIL="mario@slackverse.org" +MAINTAINER="Mario Preksavec" +EMAIL="mario at slackware dot hr" |