summaryrefslogtreecommitdiffstats
path: root/games/zdbsp/zdbsp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/zdbsp/zdbsp.SlackBuild')
-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