diff options
Diffstat (limited to 'development/hte/hte.SlackBuild')
-rw-r--r-- | development/hte/hte.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/hte/hte.SlackBuild b/development/hte/hte.SlackBuild index 6aecb897f676..e5f9514585fd 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} |