Actually, we only need to 'make dist-gzip' prior to building the SRPM

This commit is contained in:
DRC
2010-02-15 11:36:46 +00:00
parent eda68dbd6a
commit 79fc8d851e
2 changed files with 2 additions and 2 deletions

View File

@@ -120,6 +120,6 @@ rpm: all
sh $(srcdir)/release/makerpm ${PACKAGE_NAME} ${VERSION} ${BUILD} \
${RPMARCH} ${srcdir}
srpm: dist
srpm: dist-gzip
sh $(srcdir)/release/makesrpm ${PACKAGE_NAME} ${VERSION} ${BUILD} \
${srcdir}

View File

@@ -29,7 +29,7 @@ SRCDIR=$4
TARBALL=$PACKAGE_NAME-$VERSION.tar.gz
if [ ! -f ./$TARBALL ]; then
echo ./$TARBALL does not exist. Run make dist first.
echo ./$TARBALL does not exist. Run make dist-gzip first.
exit -1
fi