summaryrefslogtreecommitdiffstats
path: root/febootstrap.sh
diff options
context:
space:
mode:
authorRichard Jones <rjones@debian5x64.home.annexia.org>2009-05-24 12:48:45 +0100
committerRichard Jones <rjones@debian5x64.home.annexia.org>2009-05-24 12:48:45 +0100
commit107e65aca6411c2d1a9efb25c1f08e52d5a3dec3 (patch)
treed424a603e9cfe76231b19903a57aadee0cc7f354 /febootstrap.sh
parent0a00857eaf508645fce4b5381170fba3e5c9c4a9 (diff)
downloadfebootstrap-107e65aca6411c2d1a9efb25c1f08e52d5a3dec3.tar.gz
febootstrap-107e65aca6411c2d1a9efb25c1f08e52d5a3dec3.tar.xz
febootstrap-107e65aca6411c2d1a9efb25c1f08e52d5a3dec3.zip
Small fix to make febootstrap work on Debian.
Diffstat (limited to 'febootstrap.sh')
-rwxr-xr-xfebootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/febootstrap.sh b/febootstrap.sh
index 91b4f55..654d51f 100755
--- a/febootstrap.sh
+++ b/febootstrap.sh
@@ -82,7 +82,7 @@ mirror="$3"
# Architecture is currently always the same as the current arch. We
# cannot do --foreign builds. See discussion in the manpage.
-arch=$(arch)
+arch=$(uname -m)
case $arch in
i?86) arch=i386 ;;
esac