mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Updated timezone info
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3831 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cbda003dee
commit
f510382553
3 changed files with 15 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Mar 2 11:25:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* NSTimeZones/Makefile.postamble: Updated to preserver old localtime
|
||||
* NSTimeZones.tar: Updated to yuse the latest available zone info.
|
||||
|
||||
Tue Mar 2 08:04:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Merge in 'dawn' CVS branch.
|
||||
|
|
|
@ -49,9 +49,18 @@ before-install::
|
|||
after-install::
|
||||
cp $(TIMEZONE_ARCHIVE) $(resourcedir); \
|
||||
cd $(resourcedir); \
|
||||
if [ -f NSTimeZones/localtime ]; then \
|
||||
cp NSTimeZones/localtime /tmp/localtime.tmp; \
|
||||
else \
|
||||
rm -f /tmp/localtime.tmp; \
|
||||
fi; \
|
||||
rm -rf NSTimeZones; \
|
||||
tar -xf $(TIMEZONE_ARCHIVE); \
|
||||
rm -f $(TIMEZONE_ARCHIVE)
|
||||
rm -f $(TIMEZONE_ARCHIVE); \
|
||||
if [ -f /tmp/localtime.tmp ]; then \
|
||||
cp /tmp/localtime.tmp NSTimeZones/localtime; \
|
||||
rm -f /tmp/localtime.tmp; \
|
||||
fi
|
||||
|
||||
# Things to do before uninstalling
|
||||
# before-uninstall::
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue