diff options
author | Chris Lumens <clumens@redhat.com> | 2009-03-24 08:55:54 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2009-03-24 09:41:29 -0400 |
commit | 283aa05cf327096dd332ce4c09756b6f64da2875 (patch) | |
tree | 963f57311f01117abdb92b09c0e75dd147f16fa7 /scripts | |
parent | 16632332b3a49994edf0016a3c5c3200d32cf6ac (diff) | |
download | anaconda-283aa05cf327096dd332ce4c09756b6f64da2875.tar.gz anaconda-283aa05cf327096dd332ce4c09756b6f64da2875.tar.xz anaconda-283aa05cf327096dd332ce4c09756b6f64da2875.zip |
Write the same arch to .discinfo as iutil.getArch() gives us (#490977).
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/buildinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall index ab8d2df49..71641ccb8 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -223,7 +223,7 @@ echo "Making images..." $MK_IMAGES $DEBUGSTR $NOGRSTR --imgdir $TREEDIR/install --arch $BASEARCH --product "$PRODUCTSTR" --version $VERSION --bugurl "$BUGURL" --output $OUTPUT $yumconf || die "image creation failed" echo "Writing .discinfo file" -$MK_STAMP --releasestr="$RELEASESTR" --arch=$BUILDARCH --discNum="ALL" --outfile=$OUTPUT/.discinfo +$MK_STAMP --releasestr="$RELEASESTR" --arch=$BASEARCH --discNum="ALL" --outfile=$OUTPUT/.discinfo rm -rf $TREEDIR $BUILDINSTDIR rm -f $yumconf |