mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
24 lines
840 B
Plaintext
24 lines
840 B
Plaintext
$NetBSD: patch-ac,v 1.5 2006/12/02 18:20:43 obache Exp $
|
|
|
|
--- scripts/e_gen_menu.orig 2006-10-03 22:03:17.000000000 +0000
|
|
+++ scripts/e_gen_menu
|
|
@@ -25,8 +25,7 @@
|
|
##############################################################################
|
|
|
|
# Likely prefixes
|
|
-$Prefixes = "/usr/local:/usr:/opt:/opt/kde:$ENV{'KDEDIR'}";
|
|
-$Prefixes = "$Prefixes:/opt/kde3:/opt/gnome"; # SUSE
|
|
+$Prefixes = "@LOCALBASE@:@X11BASE@:/usr:$ENV{'KDEDIR'}";
|
|
$Prefixes = RemoveDuplcates($Prefixes);
|
|
|
|
# Where to look for GNOME2/KDE2,3 stuff
|
|
@@ -54,7 +53,7 @@ $loc3 =~ s/_.*//;
|
|
$loc1 = "" if ($loc1 eq $loc2);
|
|
|
|
$EdirUser = "$ENV{'HOME'}/.e16" unless $EdirUser;
|
|
-$EdirRoot = "/usr/share/enlightenment" unless $EdirRoot;
|
|
+$EdirRoot = "@PREFIX@/share/enlightenment" unless $EdirRoot;
|
|
$EdirBin = "/usr/bin" unless $EdirBin;
|
|
|
|
$EdirIcons = "$EdirUser/icons";
|