]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- s/X11R6//
authorwolf <wolf@pld-linux.org>
Wed, 12 Feb 2003 20:12:52 +0000 (20:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    IceWM.RunWM -> 1.2

IceWM.RunWM

index 0509a16316d023f59a22b234491089ab47f2b0ff..1baa324d0c01141058b0b0de3cff238e86886ccc 100644 (file)
@@ -3,16 +3,16 @@
 # RunWM - this is a script used to launch window manager
 #
 
-if [ -x /usr/X11R6/bin/icewm ] ; then
+if [ -x /usr/bin/icewm ] ; then
        if [ ! -d ~/.icewm ] ; then
                mkdir -p ~/.icewm
                install -m 644 /etc/X11/icewm/* ~/.icewm/
        fi
-       eval "exec /usr/X11R6/bin/icewm"
+       eval "exec /usr/bin/icewm"
 else
 cat <<EOF
  WARNING: You selected IceWM as your window manager, but your
  installation of IceWM does not appear to be functional. Either
- /usr/X11R6/bin/icewm was not found.
+ /usr/bin/icewm was not found.
 EOF
 fi
This page took 0.274508 seconds and 4 git commands to generate.