summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-08-14 08:08:26 +0000
committerFabian Groffen <grobian@gentoo.org>2007-08-14 08:08:26 +0000
commit4a438e7d23831158bad974a1741e491017c82079 (patch)
tree76ba386d8a3b9fe02ae1d6dad88db4050e67ead7
parentMerged from overlay 166:295 (diff)
downloadprefix-4a438e7d23831158bad974a1741e491017c82079.tar.gz
prefix-4a438e7d23831158bad974a1741e491017c82079.tar.bz2
prefix-4a438e7d23831158bad974a1741e491017c82079.zip
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
-rw-r--r--gnustep-apps/etoile/etoile-0.2.ebuild6
1 files 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"
}