From 5f96733fdbad610238357876d5292706557ee455 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 27 Aug 2015 10:45:15 +0200 Subject: [PATCH] actually use the pacman config --- PVE/AAB.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/AAB.pm b/PVE/AAB.pm index 5bab200..b14eaea 100644 --- a/PVE/AAB.pm +++ b/PVE/AAB.pm @@ -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'); } -- 2.39.2