Show
Ignore:
Timestamp:
2005-09-06 17:22:09 (3 years ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Remove international vs. U.S. distribution distinction. build-release
expects the previous version to be x.y.zi and should be updated again
for 1.5.12.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • build-release

    r3510 r4278  
    6161# build them 
    6262 
    63 # make us-dist 
    6463make dist 
    65 mv mutt-${VERSION}.tar.gz mutt-${VERSION}i.tar.gz 
    66 # mv mutt-${VERSION}-us.tar.gz mutt-${VERSION}.tar.gz 
    6764 
    6865# commit and tag the release 
     
    7673if test "$diff" = yes ; then 
    7774        cvs rdiff -u -r ${OTAG} -r ${TAG} mutt | gzip -9 \ 
    78                 > diff-${OVERSION}i-${VERSION}i.gz 
     75                > diff-${OVERSION}i-${VERSION}.gz 
    7976fi 
    8077 
     
    8279 
    8380# DISTFILES="mutt-${VERSION}.tar.gz mutt-${VERSION}i.tar.gz diff-${OVERSION}i-${VERSION}i.gz" 
    84 DISTFILES="mutt-${VERSION}i.tar.gz" 
     81DISTFILES="mutt-${VERSION}.tar.gz" 
    8582 
    8683if test "$diff" = yes ; then 
    87         DISTFILES="$DISTFILES diff-${OVERSION}i-${VERSION}i.gz" 
     84        DISTFILES="$DISTFILES diff-${OVERSION}i-${VERSION}.gz" 
    8885fi 
    8986