summaryrefslogtreecommitdiffstats
path: root/system/xorgxrdp/xorgxrdp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/xorgxrdp/xorgxrdp.SlackBuild')
-rw-r--r--system/xorgxrdp/xorgxrdp.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/xorgxrdp/xorgxrdp.SlackBuild b/system/xorgxrdp/xorgxrdp.SlackBuild
index 375d2f0180..33574694c2 100644
--- a/system/xorgxrdp/xorgxrdp.SlackBuild
+++ b/system/xorgxrdp/xorgxrdp.SlackBuild
@@ -4,6 +4,8 @@
# Inspired by Phillip Warner <pc_warner@yahoo.com>
# Written by David Allen <david.a58@optusnet.com.au>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=xorgxrdp
VERSION=${VERSION:-0.2.12}
BUILD=${BUILD:-1}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}