summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/local-build-package2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/local-build-package b/bin/local-build-package
index a80207b..0891026 100755
--- a/bin/local-build-package
+++ b/bin/local-build-package
@@ -117,7 +117,7 @@ if [ $# -ne 2 ]; then
usage
fi
-if [ "$arch" != "i486" ] && [ "$arch" != "i686" ] && [ "$arch" != "pentium4" ]; then
+if [ "$arch" != "any" ] && [ "$arch" != "i486" ] && [ "$arch" != "i686" ] && [ "$arch" != "pentium4" ]; then
>&2 echo "Illegal architecture '$arch', epxecting one of 'i486', 'i686' or 'pentium4'."
usage
fi