diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-12-18 09:01:44 -0800 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-12-18 09:01:44 -0800 |
commit | a7d88845a8153fe0d4238fad3e271c93ebe34463 (patch) | |
tree | 7d8e3e63a63569dc87a3249e46720e9a4b88dc3e /makechrootpkg | |
parent | ea4b0d0a675df9c1b56cdfb0fc567dbca8e11d4e (diff) | |
download | devtools32-a7d88845a8153fe0d4238fad3e271c93ebe34463.tar.xz |
Remove sourcing of makepkg.conf files
This is replaced by commit marked "Use the host's SRCDEST and PKGDEST if
defined"
Noticed-by: Eric BĂ©langer <snowmaniscool@gmail.com>
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'makechrootpkg')
-rwxr-xr-x | makechrootpkg | 5 |
1 files changed, 0 insertions, 5 deletions
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") |