X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=febootstrap.sh;h=590049990e3be9e35aceae7ff07f458e323a3ef9;hb=7195fe81a0b4781e53e6264eda4f495690795839;hp=c32bc7a1ee047f0434fd8c887640d51ecbae501c;hpb=d0b4f28864fe08a769c46beb30bc6dc702ce5420;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)