summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-04-19 18:02:50 +0000
committerChris Lumens <clumens@redhat.com>2007-04-19 18:02:50 +0000
commit19f8e86e954862884c46dba484bfd3bfd438c2d4 (patch)
treebb47c6eca7e290479adec99e3f025ad4671aa51e /scripts
parenta6c64eb591f82b78bc1f9462d06c6bf6d9dfc138 (diff)
downloadanaconda-19f8e86e954862884c46dba484bfd3bfd438c2d4.tar.gz
anaconda-19f8e86e954862884c46dba484bfd3bfd438c2d4.tar.xz
anaconda-19f8e86e954862884c46dba484bfd3bfd438c2d4.zip
I guess we want text mode to work too.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot8
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index e90abcd76..7a92a34ac 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -983,9 +983,11 @@ 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
+for p in $DEST $DESTGR; do
+ if [ -f $p/usr/lib/locale/locale-archive.tmpl ]; then
+ mv $p/usr/lib/locale/locale-archive.tmpl $p/usr/lib/locale/locale-archive
+ fi
+done
# Remove locales unused during the install
cat $DESTGR/usr/lib/anaconda/lang-table* | awk '