summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-04-05 18:26:36 +0000
committerChris Lumens <clumens@redhat.com>2005-04-05 18:26:36 +0000
commitfb23bc868fdba34ec26e8e39523f1d0b0a89982e (patch)
tree8109ff2add23ab3bd5b8035bdb5285c5c15e08e7
parent58cb056727a00f61d33b96f8727b55601057de74 (diff)
downloadanaconda-fb23bc868fdba34ec26e8e39523f1d0b0a89982e.tar.gz
anaconda-fb23bc868fdba34ec26e8e39523f1d0b0a89982e.tar.xz
anaconda-fb23bc868fdba34ec26e8e39523f1d0b0a89982e.zip
Fix path to chroot.
-rwxr-xr-xscripts/upd-instroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index c39227953..adfaf8688 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -902,7 +902,7 @@ for p in $DEST $DESTGR; do
if [ -x /usr/bin/runroot -a -n "$COMPONENT" ]; then
runroot $COMPONENT --onlyone --arch $ARCH "/usr/sbin/chroot $p /usr/sbin/build-locale-archive"
else
- chroot $p /usr/sbin/build-locale-archive
+ /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/*