From 552c3bbe3331f5a7727010a0420d11159777ea90 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Fri, 4 Jan 2008 15:10:09 -0600 Subject: fix 'make srpm' to only build srpm and not also binary rpm. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 89bbb72..aefcad8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -98,7 +98,7 @@ rpm: dist srpm: dist mkdir -p $(BUILDDIR) - rpmbuild $(RPM_DEFINES) -ba --nodeps $(PACKAGE_NAME).spec + rpmbuild $(RPM_DEFINES) -bs --nodeps $(PACKAGE_NAME).spec rm -rf $(BUILDDIR) -- cgit