]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Update .sh files
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 4 Oct 2010 00:32:36 +0000 (03:32 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 4 Oct 2010 00:32:36 +0000 (03:32 +0300)
voretournament-linux-glx.sh
voretournament-linux-sdl.sh

index b5b05c35b75edd1af1f820d568766179c3244624..020970497116e080a5a0946a88473139f953b8cd 100644 (file)
@@ -12,13 +12,13 @@ case "${0##*/}" in
 esac
 
 case "$(uname -m)" in
 esac
 
 case "$(uname -m)" in
-  x86_64)      arch="x86_64" ;;
-  *)           arch="686" ;;
+  x86_64)      arch="linux64" ;;
+  *)           arch="linux32" ;;
 esac
 
 esac
 
-voretournament="voretournament-linux-${arch}-${mode}"
+xonotic="xonotic-${arch}-${mode}"
 
 
-set -- ./${voretournament} "${@}"
+set -- ./${xonotic} "${@}"
 
 xserver=
 xlayout=
 
 xserver=
 xlayout=
@@ -43,14 +43,14 @@ setdisplay()
 }
 
 # now how do we execute it?
 }
 
 # now how do we execute it?
-if [ -r ~/.voretournament/data/config.cfg ]; then
+if [ -r ~/.xonotic/data/config.cfg ]; then
        while read -r CMD KEY VALUE; do
                case "$CMD:$KEY" in
                        seta:vid_x11_display)
                                setdisplay "$VALUE"
                                ;;
                esac
        while read -r CMD KEY VALUE; do
                case "$CMD:$KEY" in
                        seta:vid_x11_display)
                                setdisplay "$VALUE"
                                ;;
                esac
-       done < ~/.voretournament/data/config.cfg
+       done < ~/.xonotic/data/config.cfg
 fi
 
 m=0
 fi
 
 m=0
@@ -88,10 +88,10 @@ case "$xserver" in
                        # X server already exists
                        export DISPLAY=:$xserver
                        prefix="DISPLAY=:$xserver "
                        # X server already exists
                        export DISPLAY=:$xserver
                        prefix="DISPLAY=:$xserver "
-                       msg=$msg$lf"- Running VoreTournament on already existing display :$xserver"
+                       msg=$msg$lf"- Running Xonotic on already existing display :$xserver"
                else
                        set -- startx "$@" -fullscreen -- ":$xserver"
                else
                        set -- startx "$@" -fullscreen -- ":$xserver"
-                       msg=$msg$lf"- Running VoreTournament on a newly created X server :$xserver."
+                       msg=$msg$lf"- Running Xonotic on a newly created X server :$xserver."
                        case "$xlayout" in
                                '')
                                        ;;
                        case "$xlayout" in
                                '')
                                        ;;
@@ -111,7 +111,7 @@ case "$xserver" in
                echo "Resulting command line:"
                echo "  $prefix$*"
                echo
                echo "Resulting command line:"
                echo "  $prefix$*"
                echo
-               echo "To undo these overrides, edit ~/.voretournament/data/config.cfg and remove the line"
+               echo "To undo these overrides, edit ~/.xonotic/data/config.cfg and remove the line"
                echo "starting with 'seta vid_x11_display'."
                echo
                echo
                echo "starting with 'seta vid_x11_display'."
                echo
                echo
index 53391637502b501f411f0f837b621be9bb38ecb8..41f63aaf29e202697fa3e99cc13967cac2a069c9 100644 (file)
@@ -1 +1 @@
-link voretournament-linux-glx.sh
\ No newline at end of file
+xonotic-linux-glx.sh
\ No newline at end of file