diff options
| author | Jeremy Katz <katzj@redhat.com> | 2005-12-08 06:18:47 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2005-12-08 06:18:47 +0000 |
| commit | 63eba35caed768173084bbf0079ded672a5d8719 (patch) | |
| tree | 95a6346211369870d2a72d259098e6fd00e8c8f5 /scripts | |
| parent | e082e652580b62e611c2ef6918dd5a5137ace8c7 (diff) | |
| download | anaconda-63eba35caed768173084bbf0079ded672a5d8719.tar.gz anaconda-63eba35caed768173084bbf0079ded672a5d8719.tar.xz anaconda-63eba35caed768173084bbf0079ded672a5d8719.zip | |
2005-12-08 Jeremy Katz <katzj@redhat.com>
* scripts/upd-instroot: Add back chinese font now that we use
squashfs. Also, enable locale-archive with the non-archive
removal code.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 5d40828db..a266d0b25 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -713,6 +713,7 @@ usr/share/fonts/default/Type1/n021023l* usr/share/fonts/default/Type1/n021024l* usr/share/fonts/korean/TrueType/dotum.ttf usr/share/fonts/japanese/TrueType/sazanami-gothic.ttf +usr/share/fonts/chinese/TrueType/uming*.ttf usr/share/fonts/bengali/MuktiNarrow.ttf usr/share/fonts/arabic/KacstFarsi.ttf usr/share/fonts/arabic/KacstQura.ttf @@ -962,16 +963,14 @@ rm -f $DESTGR/locales $DESTGR/locales.list for p in $DEST $DESTGR; do echo "Building locale archive" if [ -x /usr/bin/runroot -a -n "$COMPONENT" ]; then - echo "not building for now... it's too big for cramfs" -# runroot $COMPONENT --onlyone --arch $ARCH "/usr/sbin/chroot $p /usr/sbin/build-locale-archive" + runroot $COMPONENT --onlyone --arch $ARCH "/usr/sbin/chroot $p /usr/sbin/build-locale-archive" else - echo "not building for now... it's too big for cramfs" /usr/sbin/chroot $p /usr/sbin/build-locale-archive fi -# mv $p/usr/lib/locale/locale-archive $p/usr/lib/locale-archive -# rm -rf $p/usr/lib/locale/* -# rm -f $p/usr/sbin/build-locale-archive -# mv $p/usr/lib/locale-archive $p/usr/lib/locale/locale-archive + mv $p/usr/lib/locale/locale-archive $p/usr/lib/locale-archive + rm -rf $p/usr/lib/locale/* + rm -f $p/usr/sbin/build-locale-archive + mv $p/usr/lib/locale-archive $p/usr/lib/locale/locale-archive done # Remove unneeded XFree86 modules |
