actually use the pacman config

This commit is contained in:
Wolfgang Bumiller 2015-08-27 10:45:15 +02:00
parent 82975d2264
commit 5f96733fdb
1 changed files with 1 additions and 0 deletions

View File

@ -432,6 +432,7 @@ sub pacman_command {
my $root = $self->{rootfs};
return ('/usr/bin/pacman',
'--root', $root,
'--config', $self->{'pacman.conf'},
'--cachedir', $self->{pkgcache},
'--noconfirm');
}