diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-08 10:11:14 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:46 -0600 |
commit | 8508415aa7a93ff97bb8116c3eb29ff942119e2b (patch) | |
tree | 2325db3f2600444a0d75f564fc8520fd9dc23c6e /perl/perl-NetPacket/perl-NetPacket.SlackBuild | |
parent | 92fcbf057006e7a6f15bbb8c8e436b8b51ffad38 (diff) | |
download | slackbuilds-8508415aa7a93ff97bb8116c3eb29ff942119e2b.tar.gz |
perl/perl-NetPacket: Updated for version 1.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-NetPacket/perl-NetPacket.SlackBuild')
-rw-r--r-- | perl/perl-NetPacket/perl-NetPacket.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-NetPacket/perl-NetPacket.SlackBuild b/perl/perl-NetPacket/perl-NetPacket.SlackBuild index 18abc7dc0d..5cac877f53 100644 --- a/perl/perl-NetPacket/perl-NetPacket.SlackBuild +++ b/perl/perl-NetPacket/perl-NetPacket.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-NetPacket -VERSION=${VERSION:-1.3.1} +VERSION=${VERSION:-1.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,11 +66,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 Build.PL ./Build |