mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 06:10:50 +00:00
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:
parent
9c2ec1fff1
commit
81194052b6
1 changed files with 1 additions and 1 deletions
2
rpm.make
2
rpm.make
|
@ -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); \
|
||||
|
|
Loading…
Reference in a new issue