diff options
author | Daniel de Kok <danieldk@pobox.com> | 2010-05-11 19:45:29 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 19:45:29 +0200 |
commit | 809cd102670afeaf431937a71daf3fc9e53bea04 (patch) | |
tree | f18f424f4ed7b61c85014ad80f21c6a9d8026c5a /misc/matchbox-common/matchbox-common.SlackBuild | |
parent | 5bfc42089e0ecd796311a2655d24ef0169ecfdd1 (diff) | |
download | slackbuilds-809cd102670afeaf431937a71daf3fc9e53bea04.tar.gz slackbuilds-809cd102670afeaf431937a71daf3fc9e53bea04.tar.xz |
misc/matchbox-common: Updated for version 0.9.1
Diffstat (limited to 'misc/matchbox-common/matchbox-common.SlackBuild')
-rw-r--r-- | misc/matchbox-common/matchbox-common.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/matchbox-common/matchbox-common.SlackBuild b/misc/matchbox-common/matchbox-common.SlackBuild index a3d78d19fb0..c0e5c74cf3f 100644 --- a/misc/matchbox-common/matchbox-common.SlackBuild +++ b/misc/matchbox-common/matchbox-common.SlackBuild @@ -30,7 +30,7 @@ VERSION=0.9.1 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |