index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-09-14 09:18:47 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-09-14 09:20:38 +0200 |
commit | 064af850ecec8144265d0491401b3f9818cb91a1 (patch) | |
tree | 8a00b17cce398204b1d3fbbc0e817133b3e134b2 /bin | |
parent | 01d5f58a3b671cc777deae0f91cb06cd9719d451 (diff) |
-rwxr-xr-x | bin/build-packages | 4 |
diff --git a/bin/build-packages b/bin/build-packages index 01c7b32..2275f9f 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -413,9 +413,9 @@ while [ "${count}" -ne 0 ] && \ if echo "${straw}" | \ grep -qF ':with_build_support:'; then - build_command='staging-with-build-support-i686-build' + build_command='staging-with-build-support-'"${arch}"'-build' else - build_command='staging-i686-build' + build_command='staging-'"${arch}"'-build' fi if echo "${straw}" | \ |