diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-01-15 21:04:26 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-21 07:04:19 +0700 |
commit | 87c33b4ffeee8ee9091bca916a4cd225b59d686b (patch) | |
tree | 9fd4f91db033ee6d923da25d690df51e04f54c1e /libraries/gperftools/gperftools.SlackBuild | |
parent | 8411f387c96a64ad48112cd8887aec24400612df (diff) |
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.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/gperftools/gperftools.SlackBuild b/libraries/gperftools/gperftools.SlackBuild index 74934afaf24d2..022117f31fc42 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 . \ |