Fixed copying of tar.gz file

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8658 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-17 17:14:32 +00:00
parent 9c2ec1fff1
commit 81194052b6

View file

@ -322,7 +322,7 @@ rpm: tgz specfile
echo "I can't build the RPM if you do not set your RPM_TOPDIR"; \
echo "shell variable"; \
else \
cp ../$(PACKAGE_NAME)-$(VERSION).tgz $(RPM_TOPDIR)/SOURCES/; \
cp ../$(PACKAGE_NAME)-$(VERSION).tar.gz $(RPM_TOPDIR)/SOURCES/; \
cp $(SPEC_FILE) $(RPM_TOPDIR)/SPECS/; \
cd $(RPM_TOPDIR)/SPECS/; \
rpm -ba $(SPEC_FILE); \