]> git.pld-linux.org Git - packages/enlightenment.git/blob - enlightenment-prefix.patch
- substitute ENLIGHTENMENT_BIN in scripts/ needed
[packages/enlightenment.git] / enlightenment-prefix.patch
1 diff -u enlightenment-0.16.6/scripts.orig/e_gen_menu enlightenment-0.16.6/scripts/e_gen_menu
2 --- enlightenment-0.16.6/scripts.orig/e_gen_menu        Wed Nov  5 17:45:58 2003
3 +++ enlightenment-0.16.6/scripts/e_gen_menu     Thu Nov 13 11:55:59 2003
4 @@ -25,7 +25,7 @@
5  ##############################################################################
6  
7  # Likely  prefixes
8 -$Prefixes = "/usr/local:/usr:/opt";
9 +$Prefixes = "/usr/local:/usr:/usr/X11R6:/opt";
10  
11  # Where to look for GNOME2/KDE2,3 stuff
12  $AppDirs = MkDirList($Prefixes, "/share/applications");
This page took 0.094124 seconds and 3 git commands to generate.