diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-06 22:36:20 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:39 -0600 |
commit | a0c4fa5538c14819f64cbbea156fec882301ae26 (patch) | |
tree | 58b2bae37af0f937428d776a96b1bf8fc597ff62 /perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild | |
parent | 3374d8dc8bbf871d4a6bd222900cdc57c4dd1380 (diff) | |
download | slackbuilds-a0c4fa5538c14819f64cbbea156fec882301ae26.tar.gz |
perl/perl-Sub-Exporter: Updated for version 0.987.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild')
-rw-r--r-- | perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild b/perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild index 9aea3b4fe5..437118aa12 100644 --- a/perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild +++ b/perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild @@ -26,7 +26,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Sub-Exporter -VERSION=${VERSION:-0.986} +VERSION=${VERSION:-0.987} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,11 +68,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 \ |