From: Christian Bauer Date: Mon, 24 Mar 2003 17:18:47 +0000 (+0000) Subject: use "rpmbuild" instead of "rpm" X-Git-Tag: release_1-0-15~39 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=3d757d6bfa78c9812337e8c5d849fbd2ab75f861;ds=inline use "rpmbuild" instead of "rpm" --- diff --git a/Makefile.am b/Makefile.am index 360d34d4..6f8e63fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,4 +23,4 @@ $(PACKAGE)-$(VERSION).tar.gz: dist # Rule to build RPM distribution package rpm: $(PACKAGE)-$(VERSION).tar.gz - rpm -ta --clean $(PACKAGE)-$(VERSION).tar.gz + rpmbuild -ta --clean $(PACKAGE)-$(VERSION).tar.gz