diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-08 10:26:18 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:47 -0600 |
commit | d8d31564b87274f55037544fd312046b311c36bc (patch) | |
tree | 7c2b75e87c06d791c65db45dbaa41b0496b6c479 /perl/perl-Regexp-Common/perl-Regexp-Common.SlackBuild | |
parent | 96e7fc5ccdca3e87b27377ab775a99e5aababae4 (diff) | |
download | slackbuilds-d8d31564b87274f55037544fd312046b311c36bc.tar.gz |
perl/perl-Regexp-Common: Updated for version 2013031301.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Regexp-Common/perl-Regexp-Common.SlackBuild')
-rw-r--r-- | perl/perl-Regexp-Common/perl-Regexp-Common.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-Regexp-Common/perl-Regexp-Common.SlackBuild b/perl/perl-Regexp-Common/perl-Regexp-Common.SlackBuild index a2ac6f3ec6..1741c5c854 100644 --- a/perl/perl-Regexp-Common/perl-Regexp-Common.SlackBuild +++ b/perl/perl-Regexp-Common/perl-Regexp-Common.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Regexp-Common -VERSION=${VERSION:-2011121001} +VERSION=${VERSION:-2013031301} 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 \ |