From 4301cdf1dfeac17224c15bfdfe4b43c1933ff316 Mon Sep 17 00:00:00 2001 From: runge Date: Sat, 5 Mar 2005 18:21:00 +0000 Subject: autoconf: rpm -> rpmbuild and echo -n -> printf --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0f29ff6..15bde72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ $(PACKAGE)-$(VERSION).tar.gz: dist # Rule to build RPM distribution package rpm: $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE).spec cp $(PACKAGE)-$(VERSION).tar.gz @RPMSOURCEDIR@ - rpm -ba $(PACKAGE).spec + rpmbuild -ba $(PACKAGE).spec endif all: make_config_executable -- cgit v1.1