diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-10 06:20:17 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-14 09:13:56 +0700 |
commit | 404cfd9de58cc76fe5901df1acb563f77099dfd5 (patch) | |
tree | f0363f96b82903cb4df9814dd3314475e63a9210 /games | |
parent | 634183274f0b89050c97c97974bb766c947f2cf6 (diff) | |
download | slackbuilds-404cfd9de58cc76fe5901df1acb563f77099dfd5.tar.gz |
games/ds-models: /usr/bin => /usr/games.
Diffstat (limited to 'games')
-rw-r--r-- | games/ds-models/ds-models.SlackBuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/games/ds-models/ds-models.SlackBuild b/games/ds-models/ds-models.SlackBuild index 95ae03b0b1..2b6ce3ca2b 100644 --- a/games/ds-models/ds-models.SlackBuild +++ b/games/ds-models/ds-models.SlackBuild @@ -11,9 +11,13 @@ # fixed typos in README # fixed .def files for recent gzdoom +# 20160810 bkw: +# - bump BUILD because: +# - install scripts in /usr/games, not /usr/bin + PRGNAM=ds-models VERSION=${VERSION:-r15} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -80,7 +84,7 @@ cd - rm -rf work if [ "$GZDOOM" = "yes" ]; then - install -m0755 $CWD/ds-gzdoom $PKG/usr/bin + install -m0755 $CWD/ds-gzdoom $PKG/usr/games fi # ST-Models @@ -106,7 +110,7 @@ if [ "$SKULLTAG" = "yes" ]; then cd - rm -rf work - install -m0755 $CWD/ds-skulltag $PKG/usr/bin + install -m0755 $CWD/ds-skulltag $PKG/usr/games fi mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |