Updated RPM make rule as per Ross Golder.

This commit is contained in:
curt
2001-11-12 17:37:24 +00:00
parent 73b050ae34
commit 64c408d2b7

View File

@@ -99,6 +99,5 @@ dist-hook:
# Rule to build RPM distribution package
#
rpm: dist
cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/packages/SOURCES
rpm -ba @PACKAGE@.spec
rpm -ta $(PACKAGE)-$(VERSION).tar.gz