diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-07 20:10:41 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:44 -0600 |
commit | b01e3c2e7bbd67b72504ebb73078d58070d87399 (patch) | |
tree | 0c39c4f7afba5ef0ac7da87e90dd16613ee975b2 /perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild | |
parent | 6da83769afd66a01e4b0bacf8be0e5b35ecc471d (diff) |
perl/perl-LWP-Protocol-https: Updated for version 6.04.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild')
-rw-r--r-- | perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild b/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild index d60de42f5a8f6..588154b06650f 100644 --- a/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild +++ b/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-LWP-Protocol-https -VERSION=${VERSION:-6.03} +VERSION=${VERSION:-6.04} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,11 +51,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 \ |