summaryrefslogtreecommitdiffstats
path: root/network/freerdp/freerdp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/freerdp/freerdp.SlackBuild')
-rw-r--r--network/freerdp/freerdp.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/freerdp/freerdp.SlackBuild b/network/freerdp/freerdp.SlackBuild
index 98ff8ac50d..6fac9aaf97 100644
--- a/network/freerdp/freerdp.SlackBuild
+++ b/network/freerdp/freerdp.SlackBuild
@@ -27,6 +27,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=freerdp
VERSION=${VERSION:-2.3.2}
BUILD=${BUILD:-1}
@@ -42,7 +44,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}