diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-08-08 19:51:11 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-08-08 19:51:11 +0000 |
commit | 8031af1f73c978401042e948495f582db34fe567 (patch) | |
tree | 59a7763055a4099e103a8eead4da16321228bef8 /scripts/buildinstall | |
parent | 21515c83e208815aee80b70a671a790ee47b6ac1 (diff) | |
download | anaconda-8031af1f73c978401042e948495f582db34fe567.tar.gz anaconda-8031af1f73c978401042e948495f582db34fe567.tar.xz anaconda-8031af1f73c978401042e948495f582db34fe567.zip |
don't double list the version in the stamp file
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-x | scripts/buildinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall index a86aefca9..f7c4b8441 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -115,7 +115,7 @@ else fi MK_STAMP=$BUILDINSTDIR/makestamp.py -$MK_STAMP --releasestr="$RELEASESTR $VERSION" --arch=$BUILDARCH --discNum="1,2,3" --baseDir=RedHat/base --packagesDir=RedHat/RPMS --pixmapsDir=RedHat/pixmaps --outfile=$p/.discinfo +$MK_STAMP --releasestr="$RELEASESTR" --arch=$BUILDARCH --discNum="1,2,3" --baseDir=RedHat/base --packagesDir=RedHat/RPMS --pixmapsDir=RedHat/pixmaps --outfile=$p/.discinfo rm -rf $BUILDINSTDIR |