From 3d5796a51ee8c21efda8697ddee4d3cf2fb6d37a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 13 Feb 2018 13:16:43 -0500 Subject: games/zdbsp: Move binary to /usr/games. Signed-off-by: B. Watson --- games/zdbsp/zdbsp.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'games/zdbsp') diff --git a/games/zdbsp/zdbsp.SlackBuild b/games/zdbsp/zdbsp.SlackBuild index ecda56b3adf25..5da4e5ee09d2a 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 -- cgit v1.2.3