Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=bbf3d7ca852a1b3685b993efc16cca236f724694
commit bbf3d7ca852a1b3685b993efc16cca236f724694 Author: DeX77 <[email protected]> Date: Mon Sep 28 12:22:44 2015 +0200 * fix problems with umounting chroots when dirmngr was running diff --git a/scripts/makepkg b/scripts/makepkg index b0591b8..011b78e 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -832,6 +832,8 @@ makepkg_init() { } chroot_umount() { + msg "Kill dirmngr if it is running" + gpgconf --kill dirmngr msg "Attempting to umount chroot directories..." umount $CHROOTDIR/proc >/dev/null umount $CHROOTDIR/sys >/dev/null _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
