summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}" | \