diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-10-01 11:56:51 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-10-01 11:56:51 -0300 |
commit | 6c95ce9aedf6b1e9353e48f1e52e9989a563980b (patch) | |
tree | 2b9cbad3ee3d043b21428369eccd770720fbd517 | |
parent | 08f13bd1f0a0d0e742f2a6e3816d878f2a23da5f (diff) |
Correctly set CARCH
-rwxr-xr-x | chcleanup | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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..." |