From 613ff87b7b0e7ec8b97a90fabd6d9ff0831203ab Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 8 Jan 2000 22:37:22 +0000 Subject: We can use Jorge Godoy's patch now, if we want to. svn path=/trunk/; revision=2704 --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index cbf10b2c..f184e931 100644 --- a/Makefile.in +++ b/Makefile.in @@ -302,8 +302,8 @@ rpm: dist cp fetchmail-$(VERSION).tar.gz fetchmail.xpm $(RPMROOT)/SOURCES; $(srcdir)/specgen.sh $(VERSION) >$(RPMROOT)/SPECS/fetchmail.spec cd $(RPMROOT)/SPECS; $(RPM) $(RPMFLAGS) fetchmail.spec - cp $(RPMROOT)/RPMS/`arch|sed 's/i[4-9]86/i386/'`/fetchmail-$(VERSION)*.rpm $(srcdir) - cp $(RPMROOT)/SRPMS/fetchmail-$(VERSION)*.src.rpm $(srcdir) + cp $(RPMROOT)/RPMS/`arch|sed 's/i[4-9]86/i386/'`/fetchmail*-$(VERSION)*.rpm $(srcdir) + cp $(RPMROOT)/SRPMS/fetchmail*-$(VERSION)*.src.rpm $(srcdir) # The following sets edit modes for GNU EMACS. # Local Variables: -- cgit v1.2.3