summaryrefslogtreecommitdiffstats
path: root/misc/torrentinfo/torrentinfo.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/torrentinfo/torrentinfo.SlackBuild')
-rw-r--r--misc/torrentinfo/torrentinfo.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/torrentinfo/torrentinfo.SlackBuild b/misc/torrentinfo/torrentinfo.SlackBuild
index b27b91b680..b03efb4e50 100644
--- a/misc/torrentinfo/torrentinfo.SlackBuild
+++ b/misc/torrentinfo/torrentinfo.SlackBuild
@@ -22,13 +22,14 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=torrentinfo
VERSION=${VERSION:-1.8.6}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}