]> git.pld-linux.org Git - packages/Atari800.git/commitdiff
- updated chooser for SDL and x11 versions in /usr
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 26 Feb 2003 21:24:46 +0000 (21:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Atari800-chooser -> 1.3

Atari800-chooser

index f77d1a5bb13ab3b28c2b035fbd6af8977e28dd9e..5b6f5e5ce2cfd9a4c97828f7df3d814e01e641e0 100644 (file)
@@ -1,14 +1,14 @@
 #!/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/X11R6/bin/atari800-SDL ] ; then
-    exec /usr/X11R6/bin/atari800-SDL
+  if [ -x /usr/bin/atari800-SDL ] ; then
+    exec /usr/bin/atari800-SDL
   elif [ -x /usr/bin/atari800-svga ] ; then
     exec /usr/bin/atari800-svga
   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
This page took 0.089167 seconds and 4 git commands to generate.