]> git.pld-linux.org Git - packages/AfterStep.git/blobdiff - AfterStep.RunWM
- Fixed prefix
[packages/AfterStep.git] / AfterStep.RunWM
index b786ad784f2eacd4dfd22c7e3675a63585e9d733..924e972c4eb75ac6e14230a8ca40745abb510659 100644 (file)
@@ -3,15 +3,15 @@
 # RunWM - this is a script used to launch window manager
 #
 
-if [ -x /usr/X11R6/bin/afterstep ] ; then
+if [ -x /usr/bin/afterstep ] ; then
        mkdir -p $HOME/GNUstep/Library/AfterStep
        wmconfig --output=afterstep --directories  2>/dev/null
        # if this works, we stop here
-       eval "exec /usr/X11R6/bin/afterstep"
+       eval "exec /usr/bin/afterstep"
 else
        cat <<EOF
  WARNING: You selected AfterStep as your window manager, but your installation
- of AfterStep does not appear to be functional. Either /usr/X11R6/bin/afterstep
+ of AfterStep does not appear to be functional. Either /usr/bin/afterstep
  was not found or /usr/share/afterstep directory is incomplete.
 EOF
 fi
This page took 0.072884 seconds and 4 git commands to generate.