]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
Fixed archive target
authormsw <msw>
Thu, 7 Jan 1999 05:22:29 +0000 (05:22 +0000)
committermsw <msw>
Thu, 7 Jan 1999 05:22:29 +0000 (05:22 +0000)
Makefile.in

index ea1022bdf1fdfed2d77eda75699db7ff796ca2b4..a05399bbaa33f7b2f89c477ae60ca69dc06ac43d 100644 (file)
@@ -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)