diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-02-12 11:32:43 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-02-12 11:32:43 +0000 |
commit | 93121fac91cf21f1d0511b35d7a90b5ecd675b0c (patch) | |
tree | 604dcdc2bcf7319a4b229d085b84938c6b03646c /libraries/Hypodermic/Hypodermic.SlackBuild | |
parent | 9eea8c26acf21cee7efe70fe03088d2c5417b786 (diff) |
libraries/Hypodermic: Fixed download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/Hypodermic/Hypodermic.SlackBuild')
-rw-r--r-- | libraries/Hypodermic/Hypodermic.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Hypodermic/Hypodermic.SlackBuild b/libraries/Hypodermic/Hypodermic.SlackBuild index 790fd583ae24c..343180035124b 100644 --- a/libraries/Hypodermic/Hypodermic.SlackBuild +++ b/libraries/Hypodermic/Hypodermic.SlackBuild @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |