From 76fe36e47c2d3aeae725c2d13f2dfffe3ef16c0a Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Tue, 29 Apr 2003 20:18:28 +0000 Subject: use rpmbuild instead of rpm --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 70d4d4d..2d5e05b 100644 --- a/Makefile +++ b/Makefile @@ -47,5 +47,5 @@ dis: clean rpm: dis ../$(NAME)-$(VERSION).tar.bz2 $(RPM) cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES cp -f $(NAME).spec $(RPM)/SPECS/ - -rpm -ba --clean --rmsource $(NAME).spec + -rpmbuild -ba --clean --rmsource $(NAME).spec rm -f ../$(NAME)-$(VERSION).tar.bz2 -- cgit v1.2.1