From 6c7e2d76497bf01407bc13407d8a85d96a2a4fe2 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 18 Nov 2003 23:24:52 +0000 Subject: [PATCH] 'make srcrpm' rpmbuild fix - patch from Joe Cooper git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5345 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 3b3842eaf..159a37de3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -418,6 +418,6 @@ srcrpm: swig.spec cp swig.spec $(srpm) tar -cf - $(srpm) | gzip --best > $(srpm).tar.gz rm -fr $(srpm) - rpm -ts $(srpm).tar.gz + rpmbuild -ts $(srpm).tar.gz # Makefile ends here