summaryrefslogtreecommitdiffstats
path: root/libraries/gperftools/gperftools.SlackBuild
diff options
context:
space:
mode:
author David Spencer2017-01-15 22:04:26 +0100
committer Willy Sudiarto Raharjo2017-01-21 01:04:19 +0100
commit87c33b4ffeee8ee9091bca916a4cd225b59d686b (patch)
tree9fd4f91db033ee6d923da25d690df51e04f54c1e /libraries/gperftools/gperftools.SlackBuild
parent8411f387c96a64ad48112cd8887aec24400612df (diff)
downloadslackbuilds-87c33b4ffeee8ee9091bca916a4cd225b59d686b.tar.gz
libraries/gperftools: Fixed tarball handling.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/gperftools/gperftools.SlackBuild')
-rw-r--r--libraries/gperftools/gperftools.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/gperftools/gperftools.SlackBuild b/libraries/gperftools/gperftools.SlackBuild
index 74934afaf2..022117f31f 100644
--- a/libraries/gperftools/gperftools.SlackBuild
+++ b/libraries/gperftools/gperftools.SlackBuild
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$PRGNAM-$VERSION
chown -R root:root .
find -L . \