aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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$_");
}