summaryrefslogtreecommitdiffstats
path: root/games/xonotic
diff options
context:
space:
mode:
author С. С. Болоканаръ <bolokanar@protonmail.ch>2023-01-17 23:47:35 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-21 10:21:57 +0700
commit908c06d79e251b0860d84d41b819451b9ae1bc4a (patch)
tree356c1ce265b3c9ace69a26016ad2b4cde70cd87e /games/xonotic
parente9e824892d8554a7c82305671adcbc8fcbb21d56 (diff)
downloadslackbuilds-908c06d79e251b0860d84d41b819451b9ae1bc4a.tar.gz
slackbuilds-908c06d79e251b0860d84d41b819451b9ae1bc4a.tar.xz
games/xonotic: Fix swapped sdl-glx binaries.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/xonotic')
-rw-r--r--games/xonotic/xonotic.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xonotic/xonotic.SlackBuild b/games/xonotic/xonotic.SlackBuild
index d5cabd2ada..c1e9ae48c5 100644
--- a/games/xonotic/xonotic.SlackBuild
+++ b/games/xonotic/xonotic.SlackBuild
@@ -104,8 +104,8 @@ make -C source/darkplaces release \
CFLAGS_CRYPTO_RIJNDAEL="-I$PKG/usr/include -DCRYPTO_RIJNDAEL_STATIC" \
LIB_CRYPTO_RIJNDAEL="-L$PKG/usr/lib${LIBDIRSUFFIX} -ld0_rijndael"
-install -m 755 source/darkplaces/darkplaces-sdl $PKG/usr/bin/xonotic-glx
-install -m 755 source/darkplaces/darkplaces-glx $PKG/usr/bin/xonotic-sdl
+install -m 755 source/darkplaces/darkplaces-sdl $PKG/usr/bin/xonotic-sdl
+install -m 755 source/darkplaces/darkplaces-glx $PKG/usr/bin/xonotic-glx
install -m 644 $CWD/xonotic.desktop $PKG/usr/share/applications
install -m 644 misc/logos/xonotic_icon.svg $PKG/usr/share/pixmaps/xonotic.svg