From 37911e2d36c662a79fb2fe9a9e675257630e2899 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 24 Aug 1997 23:18:12 +0000 Subject: [PATCH] Bugfix. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 2a85e61..5197374 100644 --- a/Makefile.in +++ b/Makefile.in @@ -103,7 +103,7 @@ shipprep: $(SHIPTARGETS) ship: $(SHIPTARGETS) rm -rf shipcheck - mkdir shipcheck/userv-$(VERSION) + mkdir -p shipcheck/userv-$(VERSION) cp -av $^ shipcheck/userv-$(VERSION) GZIP=-9v tar zvvcCf shipcheck userv-$(VERSION).tar.gz userv-$(VERSION) rm -rf shipcheck/userv-$(VERSION) -- 2.30.2