diff options
Diffstat (limited to 'network/ClusterSSH/ClusterSSH.SlackBuild')
-rw-r--r-- | network/ClusterSSH/ClusterSSH.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/network/ClusterSSH/ClusterSSH.SlackBuild b/network/ClusterSSH/ClusterSSH.SlackBuild index 5ab05bb7a5..54ff756965 100644 --- a/network/ClusterSSH/ClusterSSH.SlackBuild +++ b/network/ClusterSSH/ClusterSSH.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2011-2013 LEVAI Daniel +# Copyright (c) 2011-2014 LEVAI Daniel # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -24,7 +24,7 @@ PRGNAM=ClusterSSH -VERSION=${VERSION:-4.02_01} +VERSION=${VERSION:-4.02_03} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,10 +65,10 @@ tar xvf $CWD/App-$PRGNAM-$VERSION.tar.gz cd App-$PRGNAM-$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 {} \; perl Build.PL \ prefix=/usr \ |