diff options
Diffstat (limited to 'system/trashy')
-rw-r--r-- | system/trashy/trashy.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/trashy/trashy.SlackBuild b/system/trashy/trashy.SlackBuild index aa4fa2eadef6..de1ec0007b07 100644 --- a/system/trashy/trashy.SlackBuild +++ b/system/trashy/trashy.SlackBuild @@ -9,6 +9,8 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=trashy VERSION=${VERSION:-2.3} BUILD=${BUILD:-1} @@ -16,7 +18,6 @@ TAG=${TAG:-_SBo} ARCH=noarch -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |