summaryrefslogtreecommitdiff
path: root/perl/perl-Tree-Simple/perl-Tree-Simple.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackware-id.org>2013-11-09 08:33:45 +0700
committerRobby Workman <rworkman@slackbuilds.org>2013-11-11 10:53:28 -0600
commit2ee788713c94b54148c99af84e6c172dc041321f (patch)
tree2b54864ba01a653fcc8ef7ddb39006946cf9de85 /perl/perl-Tree-Simple/perl-Tree-Simple.SlackBuild
parenta227e67d2946ce5cfe2f17ba1b9c91d618b83d14 (diff)
downloadslackbuilds-2ee788713c94b54148c99af84e6c172dc041321f.tar.gz
perl/perl-Tree-Simple: Updated for version 1.22.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Tree-Simple/perl-Tree-Simple.SlackBuild')
-rw-r--r--perl/perl-Tree-Simple/perl-Tree-Simple.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl/perl-Tree-Simple/perl-Tree-Simple.SlackBuild b/perl/perl-Tree-Simple/perl-Tree-Simple.SlackBuild
index 7552d7e4d0..6fb043826b 100644
--- a/perl/perl-Tree-Simple/perl-Tree-Simple.SlackBuild
+++ b/perl/perl-Tree-Simple/perl-Tree-Simple.SlackBuild
@@ -26,7 +26,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Tree-Simple
-VERSION=1.18
+VERSION=${VERSION:-1.22}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,14 +65,14 @@ rm -Rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -Rf $PRGNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+tar xvf $CWD/$SRCNAM-$VERSION.tgz
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 \
INSTALL_BASE="" \