summaryrefslogtreecommitdiffstats
path: root/development/hte/hte.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/hte/hte.SlackBuild')
-rw-r--r--development/hte/hte.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/hte/hte.SlackBuild b/development/hte/hte.SlackBuild
index 6aecb897f6..e5f9514585 100644
--- a/development/hte/hte.SlackBuild
+++ b/development/hte/hte.SlackBuild
@@ -23,6 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SRCNAM=ht
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=hte
VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}