diff options
author | 2004-10-04 01:18:15 +0000 | |
---|---|---|
committer | 2004-10-04 01:18:15 +0000 | |
commit | 1097c699a55b37f5d5e46d3b0b8e318474ae14ea (patch) | |
tree | ed987d20db559cecb949c20f7ed5d1d890800609 /gnustep-libs/camaelon/files | |
parent | x11-base/xfree -> virtual/x11 (Manifest recommit) (diff) | |
download | gentoo-2-1097c699a55b37f5d5e46d3b0b8e318474ae14ea.tar.gz gentoo-2-1097c699a55b37f5d5e46d3b0b8e318474ae14ea.tar.bz2 gentoo-2-1097c699a55b37f5d5e46d3b0b8e318474ae14ea.zip |
Updated to use GENTOO_GNUSTEP_ROOT variable from gnustep.eclass
Diffstat (limited to 'gnustep-libs/camaelon/files')
-rw-r--r-- | gnustep-libs/camaelon/files/config-camaelon.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnustep-libs/camaelon/files/config-camaelon.sh b/gnustep-libs/camaelon/files/config-camaelon.sh index e206fefb5079..6636748ecfdd 100644 --- a/gnustep-libs/camaelon/files/config-camaelon.sh +++ b/gnustep-libs/camaelon/files/config-camaelon.sh @@ -1,4 +1,4 @@ echo "Applying Camaelon default theme..." -echo 'defaults write NSGlobalDomain GUIThemeBundles "/usr/GNUstep/System/Library/Bundles/Camaelon.themeEngine"' -defaults write NSGlobalDomain GUIThemeBundles "/usr/GNUstep/System/Library/Bundles/Camaelon.themeEngine" +echo "defaults write NSGlobalDomain GUIThemeBundles \"${GNUSTEP_SYSTEM_ROOT}/Library/Bundles/Camaelon.themeEngine\"" +defaults write NSGlobalDomain GUIThemeBundles "${GNUSTEP_SYSTEM_ROOT}/Library/Bundles/Camaelon.themeEngine" |