diff options
Diffstat (limited to 'games/ds-models/ds-models.SlackBuild')
-rw-r--r-- | games/ds-models/ds-models.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ds-models/ds-models.SlackBuild b/games/ds-models/ds-models.SlackBuild index 7623a0414aaa..01d5eb3c02b2 100644 --- a/games/ds-models/ds-models.SlackBuild +++ b/games/ds-models/ds-models.SlackBuild @@ -15,12 +15,13 @@ # - bump BUILD because: # - install scripts in /usr/games, not /usr/bin +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=ds-models VERSION=${VERSION:-r15} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |