From a7d88845a8153fe0d4238fad3e271c93ebe34463 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 18 Dec 2009 09:01:44 -0800 Subject: Remove sourcing of makepkg.conf files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is replaced by commit marked "Use the host's SRCDEST and PKGDEST if defined" Noticed-by: Eric BĂ©langer Signed-off-by: Aaron Griffin --- makechrootpkg | 5 ----- 1 file changed, 5 deletions(-) (limited to 'makechrootpkg') diff --git a/makechrootpkg b/makechrootpkg index 1699938..1d2282c 100755 --- a/makechrootpkg +++ b/makechrootpkg @@ -223,11 +223,6 @@ EOF chmod +x "$uniondir/chrootbuild" if mkarchroot -r "/chrootbuild" "$uniondir"; then - - # Source global makepkg.conf for SRCDEST and PKGDEST vars - [ -f /etc/makepkg.conf ] && source /etc/makepkg.conf - [ -f ~/.makepkg.conf ] && source ~/.makepkg.conf - for pkgfile in "${chrootdir}"/union/pkgdest/*${PKGEXT}; do [ -e "$pkgfile" ] || continue _pkgname=$(basename "$pkgfile") -- cgit v1.2.3-24-g4f1b