Changeset 4278:8c0b8ed0ce69 for build-release
- Timestamp:
- 2005-09-06 17:22:09 (3 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
build-release (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
build-release
r3510 r4278 61 61 # build them 62 62 63 # make us-dist64 63 make dist 65 mv mutt-${VERSION}.tar.gz mutt-${VERSION}i.tar.gz66 # mv mutt-${VERSION}-us.tar.gz mutt-${VERSION}.tar.gz67 64 68 65 # commit and tag the release … … 76 73 if test "$diff" = yes ; then 77 74 cvs rdiff -u -r ${OTAG} -r ${TAG} mutt | gzip -9 \ 78 > diff-${OVERSION}i-${VERSION} i.gz75 > diff-${OVERSION}i-${VERSION}.gz 79 76 fi 80 77 … … 82 79 83 80 # DISTFILES="mutt-${VERSION}.tar.gz mutt-${VERSION}i.tar.gz diff-${OVERSION}i-${VERSION}i.gz" 84 DISTFILES="mutt-${VERSION} i.tar.gz"81 DISTFILES="mutt-${VERSION}.tar.gz" 85 82 86 83 if test "$diff" = yes ; then 87 DISTFILES="$DISTFILES diff-${OVERSION}i-${VERSION} i.gz"84 DISTFILES="$DISTFILES diff-${OVERSION}i-${VERSION}.gz" 88 85 fi 89 86
