summaryrefslogtreecommitdiffstats
path: root/makechrootpkg
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-12-18 18:01:44 +0100
committerAaron Griffin <aaronmgriffin@gmail.com>2009-12-18 18:01:44 +0100
commita7d88845a8153fe0d4238fad3e271c93ebe34463 (patch)
tree7d8e3e63a63569dc87a3249e46720e9a4b88dc3e /makechrootpkg
parentea4b0d0a675df9c1b56cdfb0fc567dbca8e11d4e (diff)
downloaddevtools-a7d88845a8153fe0d4238fad3e271c93ebe34463.tar.gz
devtools-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-xmakechrootpkg5
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")