diff options
Diffstat (limited to 'office/elyxer/elyxer.SlackBuild')
-rw-r--r-- | office/elyxer/elyxer.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/elyxer/elyxer.SlackBuild b/office/elyxer/elyxer.SlackBuild index 132a33b686229..9707e4febde68 100644 --- a/office/elyxer/elyxer.SlackBuild +++ b/office/elyxer/elyxer.SlackBuild @@ -4,6 +4,8 @@ # Written by Bending Unit 647 <bender647[at]gmail[dot]com> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=elyxer VERSION=${VERSION:-1.2.5} 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} |