summaryrefslogtreecommitdiffstats
path: root/misc/txt2regex/txt2regex.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/txt2regex/txt2regex.SlackBuild')
-rw-r--r--misc/txt2regex/txt2regex.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/txt2regex/txt2regex.SlackBuild b/misc/txt2regex/txt2regex.SlackBuild
index 4934fb4c1a..43e8ac8605 100644
--- a/misc/txt2regex/txt2regex.SlackBuild
+++ b/misc/txt2regex/txt2regex.SlackBuild
@@ -6,13 +6,14 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=txt2regex
VERSION=${VERSION:-0.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}