diff options
Diffstat (limited to 'development/inform')
-rw-r--r-- | development/inform/inform.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/inform/inform.SlackBuild b/development/inform/inform.SlackBuild index 96d23d37f23d8..27443731dcacb 100644 --- a/development/inform/inform.SlackBuild +++ b/development/inform/inform.SlackBuild @@ -21,6 +21,8 @@ # needs any of these old includes, please let me know. If there's enough # demand, I'll dig up the old includes and re-add them to the package. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=inform VERSION=${VERSION:-6.34_6.12.4_1} BUILD=${BUILD:-1} @@ -34,7 +36,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |