summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2010-02-12 15:52:21 +0100
committerMartin Sivak <msivak@redhat.com>2010-02-12 15:57:39 +0100
commitf1d97dc86252cf36d2eb03cc5e9f3d8d17027f95 (patch)
treec2e2307d6dfafcc4695fcd5caa71760d34fc5c34
parentf01ee3f1a7076dce000d693fbf5201e74a684f1e (diff)
downloadanaconda-f1d97dc86252cf36d2eb03cc5e9f3d8d17027f95.tar.gz
anaconda-f1d97dc86252cf36d2eb03cc5e9f3d8d17027f95.tar.xz
anaconda-f1d97dc86252cf36d2eb03cc5e9f3d8d17027f95.zip
"_Do_ override BASEARCH with BUILDARCH, it does make sense (#524235)"
It does make sense if we realize, that BUILDARCH is not BUILDARCH but BASEARCH in disguise (because of some reason I can't really understand)... This reverts commit 9f31de61d9cdfa9ec72f9f423c6392003066cdc6.
-rwxr-xr-xscripts/mk-images2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 92121b9ea..15b6f7b1d 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -126,6 +126,8 @@ fi
if [ "$BUILDARCH" = "sparc64" ]; then
BASEARCH=sparc
+else
+ BASEARCH=$BUILDARCH
fi
# explicit block size setting for some arches (FIXME: we compose