diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-05-22 13:02:14 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-05-22 13:02:14 +0000 |
commit | d633f7c7896dc12a1d4151427d9aea116b1be3d5 (patch) | |
tree | 1cdeb29c6282ddef24c107c51cf668e7a9b1419e /gnustep-libs/camaelon/files/config-camaelon.sh | |
parent | Add prefix-overlay. This should not be used by mortal souls, and is (diff) | |
download | prefix-d633f7c7896dc12a1d4151427d9aea116b1be3d5.tar.gz prefix-d633f7c7896dc12a1d4151427d9aea116b1be3d5.tar.bz2 prefix-d633f7c7896dc12a1d4151427d9aea116b1be3d5.zip |
Merged from main overlay 11:26
svn path=/prefix-overlay/; revision=27
Diffstat (limited to 'gnustep-libs/camaelon/files/config-camaelon.sh')
-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 5520d1a..ca692aa 100644 --- a/gnustep-libs/camaelon/files/config-camaelon.sh +++ b/gnustep-libs/camaelon/files/config-camaelon.sh @@ -1,5 +1,5 @@ echo "Applying Camaelon default theme..." -echo "defaults write NSGlobalDomain GSAppKitUserBundles \"(${GNUSTEP_SYSTEM_ROOT}/Library/Bundles/Camaelon.themeEngine)\"" -defaults write NSGlobalDomain GSAppKitUserBundles "(${GNUSTEP_SYSTEM_ROOT}/Library/Bundles/Camaelon.themeEngine)" +echo "defaults write NSGlobalDomain GSAppKitUserBundles \"(${GNUSTEP_SYSTEM_LIBRARY}/Bundles/Camaelon.themeEngine)\"" +defaults write NSGlobalDomain GSAppKitUserBundles "(${GNUSTEP_SYSTEM_LIBRARY}/Bundles/Camaelon.themeEngine)" echo "defaults write Camaelon Theme Nesedah" defaults write Camaelon Theme Nesedah |