eaa1217bc5
2: fix bad patch file. 3: bump version. Submitted by: Sean Farley <sean-freebsd@farley_dot_org.blah>
29 lines
951 B
Text
29 lines
951 B
Text
--- scripts/e_gen_menu.orig Fri Oct 1 02:31:47 2004
|
|
+++ scripts/e_gen_menu Tue Dec 21 02:34:02 2004
|
|
@@ -25,7 +25,7 @@
|
|
##############################################################################
|
|
|
|
# Likely prefixes
|
|
-$Prefixes = "/usr/local:/usr:/opt::/opt/kde:$ENV{'KDEDIR'}";
|
|
+$Prefixes = "/usr/local:/usr/X11R6::/opt/kde:$ENV{'KDEDIR'}";
|
|
$Prefixes = RemoveDuplcates($Prefixes);
|
|
|
|
# Where to look for GNOME2/KDE2,3 stuff
|
|
@@ -53,7 +53,7 @@
|
|
$loc1 = "" if ($loc1 eq $loc2);
|
|
|
|
$EdirUser = "$ENV{'HOME'}/.enlightenment" unless $EdirUser;
|
|
-$EdirRoot = "/usr/share/enlightenment" unless $EdirRoot;
|
|
+$EdirRoot = "%%PREFIX%%/share/enlightenment" unless $EdirRoot;
|
|
$EdirBin = "/usr/bin" unless $EdirBin;
|
|
|
|
$dbg = "$ENV{'E_MENUGEN_DBG'}";
|
|
@@ -112,7 +112,7 @@
|
|
"x:Firefox:firefox",
|
|
"x:Galeon:galeon",
|
|
"x:Opera:opera",
|
|
- "x:Electric Eyes:ee",
|
|
+ "x:Electric Eyes:ElectricEyes",
|
|
"x:Gmplayer:gmplayer",
|
|
"x:Xine:xine",
|
|
"x:The GIMP:gimp",
|