diff options
| author | Chris Lumens <clumens@redhat.com> | 2007-04-19 16:50:52 +0000 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2007-04-19 16:50:52 +0000 |
| commit | d80c30be8a60e512dca2bd35ba204263428286e0 (patch) | |
| tree | 7eb043f7767f4c8c08a6b9d9cec9396a52a3e841 /scripts | |
| parent | 3b267a1006f328269394dfc57c76579c3d5a7792 (diff) | |
Move locale-archive.tmpl into place.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 15d26f32a..e90abcd76 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -549,7 +549,7 @@ usr/$LIBDIR/libXxf86misc.so* usr/bin/xauth EOF fi - + # # KEEPFILEGR is all files to keep from the packages in PACKAGESGR # @@ -983,6 +983,10 @@ for p in $DEST $DESTGR; do $p/usr/lib/anaconda-runtime/fixmtime.py $DEBUG $p done +if [ -f $DESTGR/usr/lib/locale/locale-archive.tmpl ]; then + mv $DESTGR/usr/lib/locale/locale-archive.tmpl $DESTGR/usr/lib/locale/locale-archive +fi + # Remove locales unused during the install cat $DESTGR/usr/lib/anaconda/lang-table* | awk ' { gsub("-", "", $4); |
