Skip to content

Commit

Permalink
Use rpmbuild instead of older versions of rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 21, 2007
1 parent 63ef1bf commit 9c94b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -61,5 +61,5 @@ $(PACKAGE)-$(VERSION).tar.gz: distcheck

# Rule to build RPM distribution package
rpm: $(PACKAGE)-$(VERSION).tar.gz
rpm -ta $(PACKAGE)-$(VERSION).tar.gz
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz

0 comments on commit 9c94b4c

Please sign in to comment.