diff options
Diffstat (limited to 'games/uqm_voice')
-rw-r--r-- | games/uqm_voice/uqm_voice.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/uqm_voice/uqm_voice.SlackBuild b/games/uqm_voice/uqm_voice.SlackBuild index 43ac79ecae4c7..8280a6ef09c11 100644 --- a/games/uqm_voice/uqm_voice.SlackBuild +++ b/games/uqm_voice/uqm_voice.SlackBuild @@ -8,13 +8,14 @@ # 20201026 bkw: updated for v0.8.0 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=uqm_voice VERSION=${VERSION:-0.8.0} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |