summaryrefslogtreecommitdiffstats
path: root/graphics/fotowall/fotowall.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/fotowall/fotowall.SlackBuild')
-rw-r--r--graphics/fotowall/fotowall.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/fotowall/fotowall.SlackBuild b/graphics/fotowall/fotowall.SlackBuild
index 45a3c1326e..34485342c1 100644
--- a/graphics/fotowall/fotowall.SlackBuild
+++ b/graphics/fotowall/fotowall.SlackBuild
@@ -6,6 +6,8 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
# New Maintainer - Nishant Limbachia <nishant _AT_ mnspace _DOT_ net> - 11/04/2011
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=fotowall
VERSION=${VERSION:-1.0}
BUILD=${BUILD:-1}
@@ -19,7 +21,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}