aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo De Nardin <spuk@mandriva.org>2007-08-01 13:53:48 +0000
committerGustavo De Nardin <spuk@mandriva.org>2007-08-01 13:53:48 +0000
commit9434f0169aeeaa67f49c8a5c2f1e3d3f5e4f9da1 (patch)
tree0ce6c11e154b51ff6ad2a694940b5fd75e138682
parenteab9f42e3799c40af23c1681ffa2095c3061c01f (diff)
downloadiurt-9434f0169aeeaa67f49c8a5c2f1e3d3f5e4f9da1.tar
iurt-9434f0169aeeaa67f49c8a5c2f1e3d3f5e4f9da1.tar.gz
iurt-9434f0169aeeaa67f49c8a5c2f1e3d3f5e4f9da1.tar.bz2
iurt-9434f0169aeeaa67f49c8a5c2f1e3d3f5e4f9da1.tar.xz
iurt-9434f0169aeeaa67f49c8a5c2f1e3d3f5e4f9da1.zip
don't create ld.so.conf in the chroot, as it prevents glibc from installing the real one, as found out by Anssi Hannula
-rw-r--r--lib/Iurt/Chroot.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm
index 82840a1..5167e93 100644
--- a/lib/Iurt/Chroot.pm
+++ b/lib/Iurt/Chroot.pm
@@ -498,7 +498,7 @@ sub build_chroot {
"$tmp_chroot/etc/sysconfig", "$tmp_chroot/proc");
# create empty files
- foreach ('/etc/ld.so.conf', '/etc/mtab') {
+ foreach ('/etc/mtab') {
system($sudo, 'touch', "$tmp_chroot$_");
}