diff options
Diffstat (limited to 'desktop/lxde-common/lxde-common.SlackBuild')
-rw-r--r-- | desktop/lxde-common/lxde-common.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/lxde-common/lxde-common.SlackBuild b/desktop/lxde-common/lxde-common.SlackBuild index cb21d5034aca0..2087fd6a35fa2 100644 --- a/desktop/lxde-common/lxde-common.SlackBuild +++ b/desktop/lxde-common/lxde-common.SlackBuild @@ -66,6 +66,8 @@ # # ----------------------------------------------------------------------------- +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=lxde-common VERSION=${VERSION:-0.99.2} BUILD=${BUILD:-1} @@ -81,7 +83,6 @@ fi DOCS="AUTHORS COPYING INSTALL ChangeLog NEWS README" -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |