Correct location of NSTimeZones

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8316 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2000-12-13 05:11:29 +00:00
parent a3119ea162
commit 89a08b3b60
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
* GNUmakefile.in (install): Make Tools ...LDIR (For win32 machines).
* bundle.make (build-macosx-bundle): Build suitable files for
MacOSX bundle (fixes from Helge Hess <helge.hess@skyrix.com>).
* setlocaltz.sh: Correct location of NSTimeZones
2000-12-08 Adam Fedor <fedor@gnu.org>

View file

@ -29,7 +29,7 @@ echo "press ^D on its own line when you are done"
TZNAME=`cat`
echo " "
GNUSTEP_TIMEZONE=$GNUSTEP_SYSTEM_ROOT/Libraries/Resources/gnustep/NSTimeZones
GNUSTEP_TIMEZONE=$GNUSTEP_SYSTEM_ROOT/Libraries/Resources/NSTimeZones
if [ -f $GNUSTEP_TIMEZONE/zones/$TZNAME ]; then
echo Setting timezone to $TZNAME
defaults write NSGlobalDomain "Local Time Zone" $TZNAME