Small fix to make febootstrap work on Debian.
authorRichard Jones <rjones@debian5x64.home.annexia.org>
Sun, 24 May 2009 11:48:45 +0000 (12:48 +0100)
committerRichard Jones <rjones@debian5x64.home.annexia.org>
Sun, 24 May 2009 11:48:45 +0000 (12:48 +0100)
README
febootstrap.sh

diff --git a/README b/README
index abe832a..ffc6608 100644 (file)
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ Requirements
       in future versions of fakechroot.
 
   yum
-    - Tested with version 3.2.
+    - Tested with version 3.2 (works best with 3.2.21 or above)
     - Needs network access to a Fedora repository, or a local
       Fedora mirror.
 
index 91b4f55..654d51f 100755 (executable)
@@ -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