]> git.pld-linux.org Git - packages/AfterStep.git/commitdiff
- Fixed prefix
authoradgor <adgor@pld-linux.org>
Sun, 28 Sep 2003 10:35:20 +0000 (10:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    AfterStep.RunWM -> 1.2

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.0589460000000001 seconds and 4 git commands to generate.