summaryrefslogtreecommitdiffstats
path: root/graphics/baires
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/baires')
-rw-r--r--graphics/baires/baires.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/baires/baires.SlackBuild b/graphics/baires/baires.SlackBuild
index d1c0b071e8..66e89a0a30 100644
--- a/graphics/baires/baires.SlackBuild
+++ b/graphics/baires/baires.SlackBuild
@@ -30,6 +30,8 @@
# - make .desktop file validate
# - minor script cleanups
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=baires
VERSION=${VERSION:-1.2r1}
BUILD=${BUILD:-1}
@@ -43,7 +45,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}