diff options
Diffstat (limited to 'office/mobiperl/mobiperl.SlackBuild')
-rw-r--r-- | office/mobiperl/mobiperl.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/mobiperl/mobiperl.SlackBuild b/office/mobiperl/mobiperl.SlackBuild index d1a7c0de3c86d..c80c6c8770fbe 100644 --- a/office/mobiperl/mobiperl.SlackBuild +++ b/office/mobiperl/mobiperl.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=mobiperl VERSION=${VERSION:-0.0.43} BUILD=${BUILD:-1} @@ -13,7 +15,6 @@ TAG=${TAG:-_SBo} ARCH=noarch -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |