From 87c33b4ffeee8ee9091bca916a4cd225b59d686b Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sun, 15 Jan 2017 21:04:26 +0000 Subject: libraries/gperftools: Fixed tarball handling. Signed-off-by: David Spencer --- libraries/gperftools/gperftools.SlackBuild | 2 +- libraries/gperftools/gperftools.info | 2 +- libraries/gperftools/slack-desc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libraries/gperftools') 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 . \ diff --git a/libraries/gperftools/gperftools.info b/libraries/gperftools/gperftools.info index a5a3ceeaff..5e95e62c74 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 59c382dc13..4a1b21804d 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 -- cgit v1.2.3-65-gdbad