X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=febootstrap.sh;h=590049990e3be9e35aceae7ff07f458e323a3ef9;hb=eef9f0b64f44a2098e2caacc4c3195762f5fc76e;hp=c32bc7a1ee047f0434fd8c887640d51ecbae501c;hpb=27c40551782151bd441552198faee69669b8b195;p=febootstrap.git diff --git a/febootstrap.sh b/febootstrap.sh index c32bc7a..5900499 100755 --- a/febootstrap.sh +++ b/febootstrap.sh @@ -75,6 +75,9 @@ mirror="$3" # Architecture is currently always the same as the current arch. We # cannot do --foreign builds. See discussion in the manpage. arch=$(arch) +case $arch in + i?86) arch=i386 ;; +esac # Create a temporary directory, make sure it gets cleaned up at the end. tmpdir=$(mktemp -d)