summarylogtreecommitdiffstats
path: root/shadowgrounds-survivor-launcher.sh
diff options
context:
space:
mode:
authorEric Anderson2018-07-08 14:18:13 -0700
committerEric Anderson2018-07-08 14:18:13 -0700
commit921630dad84e2d1b6a2445b331462932458499ef (patch)
tree7fecc2848567fc2fb387e9e7cab1d71f944262de /shadowgrounds-survivor-launcher.sh
parent5528a39f9d3814818896297d640d3d7a8c5881a4 (diff)
downloadaur-921630dad84e2d1b6a2445b331462932458499ef.tar.gz
Remove optdep for libtxc_dxtn; modernize PKGBUILD
libtxc_dxtn is no longer necessary, and is no longer available on the AUR, so remove the reference to reduce confusion. Remove the .install file because gtk2 now seems to use fallbacks if the engine is not available. Use bsdtar instead of unzip to avoid the makedep. Use exec in .sh since the bash process is useless while playing.
Diffstat (limited to 'shadowgrounds-survivor-launcher.sh')
-rw-r--r--shadowgrounds-survivor-launcher.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shadowgrounds-survivor-launcher.sh b/shadowgrounds-survivor-launcher.sh
index 2ae269faed29..33539494446e 100644
--- a/shadowgrounds-survivor-launcher.sh
+++ b/shadowgrounds-survivor-launcher.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-cd /opt/shadowgrounds-survivor && ./survivor-launcher $@
+cd /opt/shadowgrounds-survivor && exec ./survivor-launcher $@