diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-06 20:40:59 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:36 -0600 |
commit | 53425b365a4a7b9b5ff467958aa72fa3879990bb (patch) | |
tree | 2bc50e0641fa26eca9ce57acd54eb7507d3ff566 /perl/perl-Crypt-DES/perl-Crypt-DES.SlackBuild | |
parent | d6d24ece6d9147ff26ce2295f4dcafad13e50379 (diff) | |
download | slackbuilds-53425b365a4a7b9b5ff467958aa72fa3879990bb.tar.gz |
perl/perl-Crypt-DES: Updated for version 2.07.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Crypt-DES/perl-Crypt-DES.SlackBuild')
-rw-r--r-- | perl/perl-Crypt-DES/perl-Crypt-DES.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-Crypt-DES/perl-Crypt-DES.SlackBuild b/perl/perl-Crypt-DES/perl-Crypt-DES.SlackBuild index da7c475405..3c7247b756 100644 --- a/perl/perl-Crypt-DES/perl-Crypt-DES.SlackBuild +++ b/perl/perl-Crypt-DES/perl-Crypt-DES.SlackBuild @@ -20,7 +20,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Crypt-DES -VERSION=${VERSION:-2.05} +VERSION=${VERSION:-2.07} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,11 +62,11 @@ rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . -find . \ +find -L . \ \( -perm 777 -o -perm 775 -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 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; perl Makefile.PL \ PREFIX=/usr \ |