diff options
author | Olivier Blin <blino@mageia.org> | 2010-11-04 12:12:07 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-11-04 12:12:07 +0000 |
commit | ce0e2e9396289a18043d7fe57c65ffb92141d6c3 (patch) | |
tree | 56340569e234e58c5380396fa31a999848a867eb /iurt2 | |
parent | 55e6a8e28afcf433c5b43cf262adc227aa0d40a5 (diff) | |
download | iurt-ce0e2e9396289a18043d7fe57c65ffb92141d6c3.tar iurt-ce0e2e9396289a18043d7fe57c65ffb92141d6c3.tar.gz iurt-ce0e2e9396289a18043d7fe57c65ffb92141d6c3.tar.bz2 iurt-ce0e2e9396289a18043d7fe57c65ffb92141d6c3.tar.xz iurt-ce0e2e9396289a18043d7fe57c65ffb92141d6c3.zip |
use rpm --root instead of chrooting
Diffstat (limited to 'iurt2')
-rwxr-xr-x | iurt2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -933,7 +933,7 @@ retry: # system("sudo chroot $chroot_tmp rm -rf /var/lib/rpm/__db* &> /dev/null"); # system("$sudo chroot $chroot_tmp rpm --rebuilddb &> /dev/null"); - perform_command("$sudo chroot $chroot_tmp rpm -qa | sort", + perform_command("rpm --root $chroot_tmp -qa | sort", \%run, $config, $cache, logname => "rpm_qa", hash => "rpm_qa_$srpm", |