diff options
Diffstat (limited to 'desktop/lxappearance/lxappearance.SlackBuild')
-rw-r--r-- | desktop/lxappearance/lxappearance.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/lxappearance/lxappearance.SlackBuild b/desktop/lxappearance/lxappearance.SlackBuild index 30cb12f795cf..d9aafd07b38d 100644 --- a/desktop/lxappearance/lxappearance.SlackBuild +++ b/desktop/lxappearance/lxappearance.SlackBuild @@ -4,6 +4,8 @@ # Originally by "majk" <majk@konstelacioj.info> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=lxappearance VERSION=${VERSION:-0.6.3} BUILD=${BUILD:-3} @@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |