From: Rudolf Polzer Date: Fri, 6 Aug 2010 12:24:24 +0000 (+0200) Subject: fix launcher for now (but do we want to keep it?) X-Git-Tag: xonotic-v0.1.0preview~323^2~2 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=1dc9da72f606877f3403a38fad1c2e40edefabc3 fix launcher for now (but do we want to keep it?) --- diff --git a/xonotic-linux-glx.sh b/xonotic-linux-glx.sh index 5461a4cc..02097049 100755 --- 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="linux64" ;; + *) arch="linux32" ;; esac -xonotic="xonotic-linux-${arch}-${mode}" +xonotic="xonotic-${arch}-${mode}" set -- ./${xonotic} "${@}"