From 5dc737f64940aa8eefca4a24af641f413655a824 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Jun 2013 21:03:40 -0600 Subject: libremakepkg: set PACKAGER in the chroot to reflect the value outside. --- src/chroot-tools/libremakepkg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/chroot-tools/libremakepkg b/src/chroot-tools/libremakepkg index f4fda83..cf2d880 100755 --- a/src/chroot-tools/libremakepkg +++ b/src/chroot-tools/libremakepkg @@ -180,6 +180,9 @@ chroot_init() { MAKEPKG_CONF="$copydir/etc/makepkg.conf" set_conf_makepkg PKGDEST /pkgdest MAKEPKG_CONF="$copydir/etc/makepkg.conf" set_conf_makepkg SRCDEST /srcdest + local PACKAGER="$(get_conf_makepkg PACKAGER .)" + MAKEPKG_CONF="$copydir/etc/makepkg.conf" set_conf_makepkg PACKAGER "$PACKAGER" + unset PACKAGER if ! grep -q '^\[repo\]' "$copydir/etc/pacman.conf"; then cat >> "$copydir/etc/pacman.conf" <