]> git.pld-linux.org Git - packages/Atari800.git/blobdiff - Atari800-chooser
- updated to 4.2.0
[packages/Atari800.git] / Atari800-chooser
index ff6d300fcc1478a59b910bad47b4be00169d8231..6de9c4a58120f3fae6dfebc23ce7a9b8078bbe35 100644 (file)
@@ -1,17 +1,17 @@
 #!/bin/sh
 
-if [ -n "$DISPLAY" -a -x /usr/X11R6/bin/atari800-x11 ] ; then
-  exec /usr/X11R6/bin/atari800-x11
+if [ -n "$DISPLAY" -a -x /usr/bin/atari800-x11 ] ; then
+  exec /usr/bin/atari800-x11
 else
-  if [ -x /usr/bin/atari800-svga ] ; then
-    exec /usr/bin/atari800-svga
+  if [ -x /usr/bin/atari800-SDL ] ; then
+    exec /usr/bin/atari800-SDL
   else
-    if [ -x /usr/X11R6/bin/atari800-x11 ] ; then
+    if [ -x /usr/bin/atari800-x11 ] ; then
       echo "Cannot run Atari800 - DISPLAY not found."
       echo "Atari800-x11 needs X-server running and DISPLAY variable set."
     else
       echo "Cannot run Atari800 - executable not found."
-      echo "Install Atari800-x11 or Atari800-svga package."
+      echo "Install Atari800-x11 or Atari800-SDL package."
     fi
   fi
 fi
This page took 0.099816 seconds and 4 git commands to generate.