summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-04-19 16:50:52 +0000
committerChris Lumens <clumens@redhat.com>2007-04-19 16:50:52 +0000
commitd80c30be8a60e512dca2bd35ba204263428286e0 (patch)
tree7eb043f7767f4c8c08a6b9d9cec9396a52a3e841
parent3b267a1006f328269394dfc57c76579c3d5a7792 (diff)
downloadanaconda-d80c30be8a60e512dca2bd35ba204263428286e0.tar.gz
anaconda-d80c30be8a60e512dca2bd35ba204263428286e0.tar.xz
anaconda-d80c30be8a60e512dca2bd35ba204263428286e0.zip
Move locale-archive.tmpl into place.
-rw-r--r--ChangeLog4
-rwxr-xr-xscripts/upd-instroot6
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9acd04436..7ba04f589 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-19 Chris Lumens <clumens@redhat.com>
+
+ * scripts/upd-instroot: Move locale-archive.tmpl into place.
+
2007-04-19 Jeremy Katz <katzj@redhat.com>
* lang-table: Romanian returns (#237060)
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);