]> git.pld-linux.org Git - packages/WindowMaker.git/commitdiff
- fixed paths: /usr/X11R6 => /usr
authorkosmo <kosmo@pld-linux.org>
Wed, 29 Jan 2003 17:22:12 +0000 (17:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WindowMaker.RunWM -> 1.2

WindowMaker.RunWM

index 5a195b707d357d0eed06f5ec7c3ac26b87b397c5..16b4655bab0c96c2516e92dbb6c5c5725dac8048 100644 (file)
@@ -3,8 +3,8 @@
 # RunWM - this is a script used to launch window manager
 #
 
-if [ -x /usr/X11R6/bin/wmaker -a -d /usr/X11R6/share/WindowMaker ] ; then
-       WMGLOBALDIR="/usr/X11R6/share/WindowMaker"
+if [ -x /usr/bin/wmaker -a -d /usr/share/WindowMaker ] ; then
+       WMGLOBALDIR="/usr/share/WindowMaker"
        WMCONFIGDIR="/etc/X11/WindowMaker"
        GSDIR=$HOME/GNUstep
        if [ ! -d $GSDIR/Defaults ] ; then
@@ -27,12 +27,12 @@ if [ -x /usr/X11R6/bin/wmaker -a -d /usr/X11R6/share/WindowMaker ] ; then
        fi
        [ -d $GSDIR/.AppInfo ] || mkdir -p $GSDIR/.AppInfo
        [ -d $GSDIR/Library/Icons ] || mkdir -p $GSDIR/Library/Icons
-       eval "exec /usr/X11R6/bin/wmaker"
+       eval "exec /usr/bin/wmaker"
 else
 cat <<EOF
  WARNING: You selected WindowMaker as your window manager, but your
  installation of WindowMaker does not appear to be functional. Either
- /usr/X11R6/bin/wmaker was not found or /usr/share/WindowMaker directory
+ /usr/bin/wmaker was not found or /usr/share/WindowMaker directory
  is missing.
 EOF
 fi
This page took 0.049112 seconds and 4 git commands to generate.