diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-07-10 21:31:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-07-10 21:31:38 +0000 |
commit | 0c2ff26da8886c9007d981da6bc7b43b53512204 (patch) | |
tree | 97ee716520a7824993df62ddffd5e9f101490dec /lib/Iurt/Chroot.pm | |
parent | 10b7e70d354278a344c284416d1d4cf83c506ad3 (diff) | |
download | iurt-0c2ff26da8886c9007d981da6bc7b43b53512204.tar iurt-0c2ff26da8886c9007d981da6bc7b43b53512204.tar.gz iurt-0c2ff26da8886c9007d981da6bc7b43b53512204.tar.bz2 iurt-0c2ff26da8886c9007d981da6bc7b43b53512204.tar.xz iurt-0c2ff26da8886c9007d981da6bc7b43b53512204.zip |
remove hack for urpmi 6.0 (now unneded since 6.1 is out and nodes have been updated)
Diffstat (limited to 'lib/Iurt/Chroot.pm')
-rw-r--r-- | lib/Iurt/Chroot.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index e0552c8..82c8412 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -509,7 +509,6 @@ sub build_chroot { sudo($run, $config, "--mkdir", "-p", "$tmp_chroot/dev/pts", "$tmp_chroot/etc/sysconfig", "$tmp_chroot/proc", - "$tmp_chroot/var/lib/urpmi", # [PIX] July 2008: temporary hack to workaround bug in urpmi 6.0 "$tmp_chroot/var/lib/rpm"); # create empty files |