diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-12 17:42:28 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:42:28 +0200 |
commit | 6fe145037e58b4d287a08247fe5cdc4d5ad4b2dc (patch) | |
tree | 20e17ee86026f0aebc7bdea26ac81114e9708148 /misc/torrentinfo/torrentinfo.SlackBuild | |
parent | 2c4afdf1d179a46057e028a4349737a10263d804 (diff) | |
download | slackbuilds-6fe145037e58b4d287a08247fe5cdc4d5ad4b2dc.tar.gz |
misc/torrentinfo: Updated for version 1.0.2
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 |