summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-15 12:33:49 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-15 12:33:49 -0600
commit0844b79990d4f9dbe699c8a0bbd436776e8889b2 (patch)
tree5f09fe42956d95002355afeca7e077fc7da68c61
parent8db300d17736e3f7e2200d2e2501e3827ba28546 (diff)
downloaddevtools32-0844b79990d4f9dbe699c8a0bbd436776e8889b2.tar.xz
makechrootpkg: ~/.makepkg.conf should take precedence over /etc/
-rw-r--r--makechrootpkg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/makechrootpkg.in b/makechrootpkg.in
index 49bdc1b..3f73f1e 100644
--- a/makechrootpkg.in
+++ b/makechrootpkg.in
@@ -327,8 +327,8 @@ move_products() {
umask 0022
-load_vars "$USER_HOME/.makepkg.conf"
load_vars /etc/makepkg.conf
+load_vars "$USER_HOME/.makepkg.conf"
# Use PKGBUILD directory if these don't exist
[[ -d $PKGDEST ]] || PKGDEST=$PWD