diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-22 17:14:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-23 02:47:17 +0700 |
commit | 6a91772399bc58edfa48ea94b88560e2a7b13991 (patch) | |
tree | ba3f5defd549bd52977f8e9b6ff636dfd677b5df /network/openssh-krb5/openssh-krb5.SlackBuild | |
parent | 06935347d7618aaf5bb1f0e28d4589dee05219cf (diff) | |
download | slackbuilds-6a91772399bc58edfa48ea94b88560e2a7b13991.tar.gz |
network/openssh-krb5: Updated for version 6.4p1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/openssh-krb5/openssh-krb5.SlackBuild')
-rw-r--r-- | network/openssh-krb5/openssh-krb5.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/network/openssh-krb5/openssh-krb5.SlackBuild b/network/openssh-krb5/openssh-krb5.SlackBuild index 7c6727b76e..84816de006 100644 --- a/network/openssh-krb5/openssh-krb5.SlackBuild +++ b/network/openssh-krb5/openssh-krb5.SlackBuild @@ -30,7 +30,7 @@ PRGNAM=openssh-krb5 SRCNAM=openssh -VERSION=${VERSION:-6.1p1} +VERSION=${VERSION:-6.4p1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,10 +73,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz 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 {} \; CFLAGS="$SLKCFLAGS" \ ./configure \ |