From 4a438e7d23831158bad974a1741e491017c82079 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Tue, 14 Aug 2007 08:08:26 +0000 Subject: use prefix... oops (Portage 2.2.00.7595-prefix/SVN/Linux 2.6.20-1.2925.fc6 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+) svn path=/prefix-overlay/; revision=298 --- gnustep-apps/etoile/etoile-0.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnustep-apps/etoile/etoile-0.2.ebuild b/gnustep-apps/etoile/etoile-0.2.ebuild index f9a14b8..4b92388 100644 --- a/gnustep-apps/etoile/etoile-0.2.ebuild +++ b/gnustep-apps/etoile/etoile-0.2.ebuild @@ -70,8 +70,8 @@ pkg_postinst() { elog "This is still a work in progress. For now," elog "to enable all Etoile features, you will need to run (as user):" elog "# defaults write NSGlobalDomain GSAppKitUserBundles '(" - elog "\"/usr/GNUstep/System/Library/Bundles/Camaelon.themeEngine\"," - elog "\"/usr/GNUstep/System/Library/Bundles/EtoileMenus.bundle", - elog "\"/usr/GNUstep/System/Library/Bundles/EtoileBehavior.bundle\")'" + elog "\"${EPREFIX}/usr/GNUstep/System/Library/Bundles/Camaelon.themeEngine\"," + elog "\"${EPREFIX}/usr/GNUstep/System/Library/Bundles/EtoileMenus.bundle", + elog "\"${EPREFIX}/usr/GNUstep/System/Library/Bundles/EtoileBehavior.bundle\")'" elog "This will probably be changed in the near future" } -- cgit v1.2.3-65-gdbad