diff options
Diffstat (limited to 'system/yeahconsole/yeahconsole.SlackBuild')
-rw-r--r-- | system/yeahconsole/yeahconsole.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/yeahconsole/yeahconsole.SlackBuild b/system/yeahconsole/yeahconsole.SlackBuild index 642d46f8cb..3fa363dc59 100644 --- a/system/yeahconsole/yeahconsole.SlackBuild +++ b/system/yeahconsole/yeahconsole.SlackBuild @@ -33,6 +33,8 @@ # for multilib users. # - minor cosmetic fixes +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=yeahconsole VERSION=${VERSION:-0.3.4} BUILD=${BUILD:-2} @@ -46,7 +48,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |