summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-09-14 09:18:47 +0200
committerErich Eckner <git@eckner.net>2018-09-14 09:20:38 +0200
commit064af850ecec8144265d0491401b3f9818cb91a1 (patch)
tree8a00b17cce398204b1d3fbbc0e817133b3e134b2
parent01d5f58a3b671cc777deae0f91cb06cd9719d451 (diff)
downloadbuilder-064af850ecec8144265d0491401b3f9818cb91a1.tar.xz
bin/build-packages: use per-arch build command
-rwxr-xr-xbin/build-packages4
1 files changed, 2 insertions, 2 deletions
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}" | \