summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-01 11:56:51 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-01 11:56:51 -0300
commit6c95ce9aedf6b1e9353e48f1e52e9989a563980b (patch)
tree2b9cbad3ee3d043b21428369eccd770720fbd517
parent08f13bd1f0a0d0e742f2a6e3816d878f2a23da5f (diff)
Correctly set CARCH
-rwxr-xr-xchcleanup2
1 files changed, 2 insertions, 0 deletions
diff --git a/chcleanup b/chcleanup
index 1252e66..9a27d49 100755
--- a/chcleanup
+++ b/chcleanup
@@ -13,6 +13,8 @@ set -e
[ ! -d "${DB:-/var/lib/libretools/clean}"/sync ] && exit 1
source $(dirname $0)/libremessages
+source /etc/makepkg.conf
+source ${HOME}/.makepkg.conf 2>/dev/null|| true
msg "Cleaning chroot..."