From e289d313d35d8b67b7a450c214c1b1958d18304c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 29 Mar 2020 22:48:47 +0200 Subject: [PATCH] make release: Reorganized my directory structure --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a79a1e9..71cc09f 100644 --- a/Makefile +++ b/Makefile @@ -26,4 +26,4 @@ release: git archive --format=tar --prefix=ywho-$(VERSION)/ HEAD | gzip >$(ARCHIVE) scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/ ssh jw "cd www && bin/release-prog ywho $(VERSION)" - mv $(ARCHIVE) ~/archives/mj/ + mv $(ARCHIVE) ~/archives/sw/ywho/ -- 2.39.2