diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-06 20:56:13 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:36 -0600 |
commit | 2f247f4f0d29edf080866e42352d53de8e97d6f5 (patch) | |
tree | 98d8b92865a7439b1797c965f4f0701fb266fa59 /perl/perl-Sys-Syscall/perl-Sys-Syscall.SlackBuild | |
parent | 181b2c32f215af426000b5ca33dee8a228beff95 (diff) | |
download | slackbuilds-2f247f4f0d29edf080866e42352d53de8e97d6f5.tar.gz |
perl/perl-Sys-Syscall: Updated for version 0.25.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Sys-Syscall/perl-Sys-Syscall.SlackBuild')
-rw-r--r-- | perl/perl-Sys-Syscall/perl-Sys-Syscall.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-Sys-Syscall/perl-Sys-Syscall.SlackBuild b/perl/perl-Sys-Syscall/perl-Sys-Syscall.SlackBuild index c27e67f824..a3f31c58e6 100644 --- a/perl/perl-Sys-Syscall/perl-Sys-Syscall.SlackBuild +++ b/perl/perl-Sys-Syscall/perl-Sys-Syscall.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Sys-Syscall -VERSION=${VERSION:-0.23} +VERSION=${VERSION:-0.25} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,11 +52,11 @@ rm -rf $SRC_PRGNAM-$VERSION tar xvf $CWD/$SRC_PRGNAM-$VERSION.tar.gz cd $SRC_PRGNAM-$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 INSTALLDIRS=perl make |