]> git.pld-linux.org Git - packages/e16.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:
    enlightenment.RunWM -> 1.2

enlightenment.RunWM

index 3a952403e42138294c86c3aa6a7d61b777665168..84948fe4eb852fb2f04918ed0ee6509050f9d478 100644 (file)
@@ -3,13 +3,13 @@
 # RunWM - this is a script used to launch window manager
 #
 
-if [ -x /usr/X11R6/bin/enlightenment ] ; then
+if [ -x /usr/bin/enlightenment ] ; then
        # if this works, we stop here
-       eval "exec /usr/X11R6/bin/enlightenment"
+       eval "exec /usr/bin/enlightenment"
 else
        cat <<EOF
  WARNING: You selected Enlightenment as your window manager, but your installation
- of AfterStep does not appear to be functional. Either /usr/X11R6/bin/enlightenment
+ of AfterStep does not appear to be functional. Either /usr/bin/enlightenment
  was not found or /usr/share/enlightenment directory is incomplete.
 EOF
 fi
This page took 0.133036 seconds and 4 git commands to generate.