diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-28 15:20:35 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-28 15:20:35 +0000 |
commit | 4e72b77944ba4183f4ac64789ad010580553c4d5 (patch) | |
tree | c691b1b28fdc7f5789f0fe25ecbafa251806fbe5 /upd-instroot | |
parent | bdbc4b6c40c259878030d5bab3bc6cbcb55cf590 (diff) | |
download | anaconda-4e72b77944ba4183f4ac64789ad010580553c4d5.tar.gz anaconda-4e72b77944ba4183f4ac64789ad010580553c4d5.tar.xz anaconda-4e72b77944ba4183f4ac64789ad010580553c4d5.zip |
generate timezones.gz
Diffstat (limited to 'upd-instroot')
-rwxr-xr-x | upd-instroot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/upd-instroot b/upd-instroot index 9cab87604..c07ccdf53 100755 --- a/upd-instroot +++ b/upd-instroot @@ -217,6 +217,10 @@ for p in $DEST $DESTGR; do rm -f $p/ldconfig find $p -name "*.so" | xargs strip + + (cd /usr/share/zoneinfo; find . -type f -or -type l | + grep '^./[A-Z]' | sort | sed 's/^..//' | + gzip -9) > $p/usr/lib/timezones.gz done pythondeps $DEST |