summaryrefslogtreecommitdiffstats
path: root/desktop/cairo-compmgr/cairo-compmgr.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/cairo-compmgr/cairo-compmgr.SlackBuild')
-rw-r--r--desktop/cairo-compmgr/cairo-compmgr.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/cairo-compmgr/cairo-compmgr.SlackBuild b/desktop/cairo-compmgr/cairo-compmgr.SlackBuild
index 01f36627ad..b2d49294e0 100644
--- a/desktop/cairo-compmgr/cairo-compmgr.SlackBuild
+++ b/desktop/cairo-compmgr/cairo-compmgr.SlackBuild
@@ -5,6 +5,8 @@
# Written by Geoff Ritter <geoff dot ritter at gmail dot com>
# This script is public domain. Use at your own risk.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=cairo-compmgr
VERSION=${VERSION:-0.3.0}
BUILD=${BUILD:-3}
@@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}