diff options
Diffstat (limited to 'system/tinyterm/tinyterm.SlackBuild')
-rw-r--r-- | system/tinyterm/tinyterm.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/tinyterm/tinyterm.SlackBuild b/system/tinyterm/tinyterm.SlackBuild index e6c55c12a5..9ba73bdb90 100644 --- a/system/tinyterm/tinyterm.SlackBuild +++ b/system/tinyterm/tinyterm.SlackBuild @@ -35,6 +35,8 @@ # - allow custom config.h # - BUILD=2 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=tinyterm VERSION=${VERSION:-0.6.0} BUILD=${BUILD:-1} @@ -48,7 +50,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |