From 1dc9da72f606877f3403a38fad1c2e40edefabc3 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 6 Aug 2010 14:24:24 +0200 Subject: [PATCH 1/1] fix launcher for now (but do we want to keep it?) --- xonotic-linux-glx.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} "${@}" -- 2.39.2