diff options
Diffstat (limited to 'misc/torrentinfo/torrentinfo.SlackBuild')
-rw-r--r-- | misc/torrentinfo/torrentinfo.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/torrentinfo/torrentinfo.SlackBuild b/misc/torrentinfo/torrentinfo.SlackBuild index dbe73d7a27..1461641d57 100644 --- a/misc/torrentinfo/torrentinfo.SlackBuild +++ b/misc/torrentinfo/torrentinfo.SlackBuild @@ -4,7 +4,7 @@ # Written by Erik Hanson erik@slackbuilds.org PRGNAM=torrentinfo -VERSION=1.0.1 +VERSION=1.0.2 ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -17,7 +17,7 @@ OUTPUT=${OUTPUT:-/tmp} set -eu rm -rf $PKG -mkdir -p $TMP $PKG +mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 |