diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-07 16:18:17 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:42 -0600 |
commit | 136d55fb2d821a2718f876dfcc8a6950a8b5023e (patch) | |
tree | 2032a68195601d52b24311393c0708435e796c94 /perl/perl-File-Slurp/perl-File-Slurp.SlackBuild | |
parent | cefc99c5e641cfa6458f149dec539692223247fa (diff) | |
download | slackbuilds-136d55fb2d821a2718f876dfcc8a6950a8b5023e.tar.gz |
perl/perl-File-Slurp: Updated for version 9999.19.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-File-Slurp/perl-File-Slurp.SlackBuild')
-rw-r--r-- | perl/perl-File-Slurp/perl-File-Slurp.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl/perl-File-Slurp/perl-File-Slurp.SlackBuild b/perl/perl-File-Slurp/perl-File-Slurp.SlackBuild index d40d9ee52a..aececb92b5 100644 --- a/perl/perl-File-Slurp/perl-File-Slurp.SlackBuild +++ b/perl/perl-File-Slurp/perl-File-Slurp.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-File-Slurp -VERSION=9999.13 -BUILD=${BUILD:-2} +VERSION=${VERSION:-9999.19} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=File-Slurp @@ -53,11 +53,11 @@ rm -rf $SRCNAM-$VERSION tar -xzvf $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 \ |