summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps/etoile/etoile-0.2.ebuild')
-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"
}