summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-06-15 06:24:13 +0200
committerErich Eckner <git@eckner.net>2017-06-15 06:24:13 +0200
commit6da9dfc9e5e2d356fecaa4c0bc57eac3ceb2e688 (patch)
tree6d820065f0b1a3cd1afaa35e6a442acae043f943
parent1756449d4c11969fd512da011e5499e16dd1fb23 (diff)
downloadarchiso32-6da9dfc9e5e2d356fecaa4c0bc57eac3ceb2e688.tar.xz
allow to build i686 isos from within i686
-rwxr-xr-xconfigs/releng/build.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh
index c22a4af..d602d78 100755
--- a/configs/releng/build.sh
+++ b/configs/releng/build.sh
@@ -215,11 +215,6 @@ if [[ ${EUID} -ne 0 ]]; then
_usage 1
fi
-if [[ ${arch} != x86_64 ]]; then
- echo "This script needs to be run on x86_64"
- _usage 1
-fi
-
while getopts 'N:V:L:D:w:o:g:vh' arg; do
case "${arg}" in
N) iso_name="${OPTARG}" ;;