From 0e3e0e2dbb2eb9c6cda0f37c63bd0555c79f1669 Mon Sep 17 00:00:00 2001 From: kosmo Date: Wed, 29 Jan 2003 17:22:12 +0000 Subject: [PATCH] - fixed paths: /usr/X11R6 => /usr Changed files: WindowMaker.RunWM -> 1.2 --- WindowMaker.RunWM | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WindowMaker.RunWM b/WindowMaker.RunWM index 5a195b7..16b4655 100644 --- a/WindowMaker.RunWM +++ b/WindowMaker.RunWM @@ -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 <