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 | |
parent | 8411f387c96a64ad48112cd8887aec24400612df (diff) |
libraries/gperftools: Fixed tarball handling.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/gperftools/gperftools.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/gperftools/gperftools.info | 2 | ||||
-rw-r--r-- | libraries/gperftools/slack-desc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libraries/gperftools/gperftools.SlackBuild b/libraries/gperftools/gperftools.SlackBuild index 74934afaf24d..022117f31fc4 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 . \ diff --git a/libraries/gperftools/gperftools.info b/libraries/gperftools/gperftools.info index a5a3ceeaffa0..5e95e62c740a 100644 --- a/libraries/gperftools/gperftools.info +++ b/libraries/gperftools/gperftools.info @@ -1,7 +1,7 @@ PRGNAM="gperftools" VERSION="2.5" HOMEPAGE="https://github.com/gperftools/gperftools/" -DOWNLOAD="https://github.com/gperftools/gperftools/archive/gperftools-2.5.tar.gz" +DOWNLOAD="https://github.com/gperftools/gperftools/archive/gperftools-2.5/gperftools-gperftools-2.5.tar.gz" MD5SUM="b2e7137ae1c5839cc83f1e4d3af8d952" DOWNLOAD_x86_64="" MD5SUM_x86_64="" diff --git a/libraries/gperftools/slack-desc b/libraries/gperftools/slack-desc index 59c382dc1306..4a1b21804d02 100644 --- a/libraries/gperftools/slack-desc +++ b/libraries/gperftools/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -gperftools: gperftools (multi-threaded malloc implementation and perfomance tools) +gperftools: gperftools (multi-threaded malloc implementation & performance tools) gperftools: gperftools: gperftools is a collection of a high-performance multi-threaded gperftools: malloc() implementation, plus some pretty nifty performance |