From 6c95ce9aedf6b1e9353e48f1e52e9989a563980b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Mon, 1 Oct 2012 11:56:51 -0300 Subject: Correctly set CARCH --- chcleanup | 2 ++ 1 file changed, 2 insertions(+) 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..." -- cgit v1.2.2