diff options
Diffstat (limited to 'graphics/xpe/xpe.SlackBuild')
-rw-r--r-- | graphics/xpe/xpe.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xpe/xpe.SlackBuild b/graphics/xpe/xpe.SlackBuild index b0f1759337b85..eec1eed03debd 100644 --- a/graphics/xpe/xpe.SlackBuild +++ b/graphics/xpe/xpe.SlackBuild @@ -6,6 +6,8 @@ # Written by Niels Horn - niels.horn@gmail.com # revision date 2009/10/07 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=xpe VERSION=${VERSION:-0.9.5b} BUILD=${BUILD:-1} @@ -25,7 +27,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |