diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-30 20:26:33 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-30 20:26:33 +0000 |
commit | 07eb7bdf2c63f4debe5e4645a0f9a5ef9814150b (patch) | |
tree | 80c503427f430a6addeec4d97919bf7bd05f5d4d /scripts/scrubtree | |
parent | dc4258fdd0d361f0391675aba177b1cf50ab5f66 (diff) | |
download | anaconda-07eb7bdf2c63f4debe5e4645a0f9a5ef9814150b.tar.gz anaconda-07eb7bdf2c63f4debe5e4645a0f9a5ef9814150b.tar.xz anaconda-07eb7bdf2c63f4debe5e4645a0f9a5ef9814150b.zip |
full path to chroot
Diffstat (limited to 'scripts/scrubtree')
-rwxr-xr-x | scripts/scrubtree | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/scrubtree b/scripts/scrubtree index a92266f66..ceec23599 100755 --- a/scripts/scrubtree +++ b/scripts/scrubtree @@ -6,7 +6,7 @@ p=$1 # dirs specified on the command line. touch $p/etc/ld.so.conf [ -d $p/usr/X11R6/lib ] && echo /usr/X11R6/lib > $p/etc/ld.so.conf -(cd $p; chroot $p usr/sbin/ldconfig ) +(cd $p; /usr/sbin/chroot $p usr/sbin/ldconfig ) rm -f $p/usr/sbin/ldconfig $p/etc/ld.so.conf (cd $p/usr/bin; ./collage | $p/usr/lib/anaconda-runtime/mkcollagelinks ./collage) |