diff options
author | B. Watson <yalhcru@gmail.com> | 2018-02-13 13:16:43 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-24 06:55:52 +0700 |
commit | 3d5796a51ee8c21efda8697ddee4d3cf2fb6d37a (patch) | |
tree | 9af1fb9a1c17e8c5bd9cbdaef210d53e127b987e /games/zdbsp/zdbsp.SlackBuild | |
parent | 1164548487352b8b292bc4245c60822c0207d49d (diff) |
games/zdbsp: Move binary to /usr/games.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/zdbsp/zdbsp.SlackBuild')
-rw-r--r-- | games/zdbsp/zdbsp.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/zdbsp/zdbsp.SlackBuild b/games/zdbsp/zdbsp.SlackBuild index ecda56b3adf2..5da4e5ee09d2 100644 --- a/games/zdbsp/zdbsp.SlackBuild +++ b/games/zdbsp/zdbsp.SlackBuild @@ -6,9 +6,11 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180213 bkw: move binary to /usr/games, BUILD=2 + PRGNAM=zdbsp VERSION=${VERSION:-1.19} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -64,8 +66,8 @@ cd build -DMAN_INSTALL_DIR=/usr/man \ -DCMAKE_BUILD_TYPE=Release .. make VERBOSE=1 - mkdir -p $PKG/usr/bin - install -s -m0755 $PRGNAM $PKG/usr/bin + mkdir -p $PKG/usr/games + install -s -m0755 $PRGNAM $PKG/usr/games cd .. # man page generated from --help and description on zdoom.org |