From a9d27441864cb8b71f2f1bdac708683e8935d010 Mon Sep 17 00:00:00 2001 From: ewt Date: Fri, 10 Oct 1997 21:29:15 +0000 Subject: [PATCH] remove popt.spec when building archive CVS patchset: 1849 CVS date: 1997/10/10 21:29:15 --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index fc898c4..66256f0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -167,7 +167,8 @@ archive: cvs tag -F $(CVSTAG) . @rm -rf /tmp/rpm-$(VERSION) /tmp/rpm @cd /tmp; cvs export -r$(CVSTAG) rpm - mv /tmp/rpm /tmp/rpm-$(VERSION) + @mv /tmp/rpm /tmp/rpm-$(VERSION) + @rm /tmp/rpm-$(VERSION)/popt/popt.spec @cd /tmp/rpm-$(VERSION); \ autoconf @cd /tmp; tar czSpf rpm-$(VERSION).tar.gz rpm-$(VERSION) -- 2.7.4