projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b417eac
)
fix launcher for now (but do we want to keep it?)
author
Rudolf Polzer <divVerent@alientrap.org>
Fri, 6 Aug 2010 12:24:24 +0000
(14:24 +0200)
committer
Rudolf Polzer <divVerent@alientrap.org>
Fri, 6 Aug 2010 12:24:24 +0000
(14:24 +0200)
xonotic-linux-glx.sh
patch
|
blob
|
history
diff --git
a/xonotic-linux-glx.sh
b/xonotic-linux-glx.sh
index
5461a4c
..
0209704
100755
(executable)
--- a/
xonotic-linux-glx.sh
+++ b/
xonotic-linux-glx.sh
@@
-12,11
+12,11
@@
case "${0##*/}" in
esac
case "$(uname -m)" in
- x86_64) arch="
x86_
64" ;;
- *) arch="
686
" ;;
+ x86_64) arch="
linux
64" ;;
+ *) arch="
linux32
" ;;
esac
-xonotic="xonotic-
linux-
${arch}-${mode}"
+xonotic="xonotic-${arch}-${mode}"
set -- ./${xonotic} "${@}"