summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2018-02-13 19:16:43 +0100
committer Willy Sudiarto Raharjo2018-02-24 00:55:52 +0100
commit3d5796a51ee8c21efda8697ddee4d3cf2fb6d37a (patch)
tree9af1fb9a1c17e8c5bd9cbdaef210d53e127b987e
parent1164548487352b8b292bc4245c60822c0207d49d (diff)
downloadslackbuilds-3d5796a51ee8c21efda8697ddee4d3cf2fb6d37a.tar.gz
games/zdbsp: Move binary to /usr/games.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--games/zdbsp/zdbsp.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/games/zdbsp/zdbsp.SlackBuild b/games/zdbsp/zdbsp.SlackBuild
index ecda56b3ad..5da4e5ee09 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