summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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")