From: msw Date: Thu, 7 Jan 1999 05:22:29 +0000 (+0000) Subject: Fixed archive target X-Git-Tag: r0-40~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1aa72187a0f720042116af92afdd9dc01b728032;p=thirdparty%2Fnewt.git Fixed archive target --- diff --git a/Makefile.in b/Makefile.in index ea1022b..a05399b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -113,7 +113,7 @@ archive: @cvs tag -F $(CVSTAG) @rm -rf /tmp/newt-$(VERSION) @mkdir /tmp/newt-$(VERSION) - @cvs export -r$(CVSTAG) -d /tmp/newt-$(VERSION) newt + @cd /tmp; cvs export -r$(CVSTAG) newt; mv newt newt-$(VERSION) @cd /tmp/newt-$(VERSION); autoconf @cd ..; tar czSpf newt-$(VERSION).tar.gz newt-$(VERSION) @rm -rf /tmp/newt-$(VERSION)