]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fix launcher for now (but do we want to keep it?)
authorRudolf Polzer <divVerent@alientrap.org>
Fri, 6 Aug 2010 12:24:24 +0000 (14:24 +0200)
committerRudolf Polzer <divVerent@alientrap.org>
Fri, 6 Aug 2010 12:24:24 +0000 (14:24 +0200)
xonotic-linux-glx.sh

index 5461a4cc196b5cfed3901c11907eb815a7c83b6f..020970497116e080a5a0946a88473139f953b8cd 100755 (executable)
@@ -12,11 +12,11 @@ case "${0##*/}" in
 esac
 
 case "$(uname -m)" in
-  x86_64)      arch="x86_64" ;;
-  *)           arch="686" ;;
+  x86_64)      arch="linux64" ;;
+  *)           arch="linux32" ;;
 esac
 
-xonotic="xonotic-linux-${arch}-${mode}"
+xonotic="xonotic-${arch}-${mode}"
 
 set -- ./${xonotic} "${@}"