]> git.proxmox.com Git - aab.git/commitdiff
actually use the pacman config
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 27 Aug 2015 08:45:15 +0000 (10:45 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 27 Aug 2015 08:45:15 +0000 (10:45 +0200)
PVE/AAB.pm

index 5bab20013c609df454e4913d92fb625d99c99565..b14eaea0e64bdf740926198e3148599226edbb41 100644 (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');
 }