From f281182f926117e13221a2dc842520039ab18d60 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 29 Mar 2020 22:47:27 +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 362a9af..6da5aee 100644 --- a/Makefile +++ b/Makefile @@ -31,4 +31,4 @@ release: git archive --format=tar --prefix=nwho-$(VERSION)/ HEAD | gzip >$(ARCHIVE) scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/ ssh jw "cd www && bin/release-prog nwho $(VERSION)" - mv $(ARCHIVE) ~/archives/mj/ + mv $(ARCHIVE) ~/archives/sw/nwho/ -- 2.39.2