From 3d3156b97f679a84210c08ca7e7563691d988a3b Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 13 Sep 2012 19:56:46 -0300 Subject: Export the CARCH correctly --- librerepkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/librerepkg b/librerepkg index d506003..5cb0fa3 100755 --- a/librerepkg +++ b/librerepkg @@ -60,11 +60,11 @@ for _arch in ${arch[@]}; do stdnull pushd ${tempdir} + echo "export CARCH=${_arch}" >> PKGBUILD + msg2 "Updating md5sums" makepkg -gp rePKGBUILD >> rePKGBUILD - echo "export CARCH=${_arch}" >> rePKGBUILD - msg "Repackaging using makepkg" makepkg -Lcdp rePKGBUILD ${makepkgflags} -- cgit v1.2.3-54-g00ecf