From f79268b3a9c2fd7b8d1ef7fde194c048638dfe1a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 29 Mar 2020 22:41:25 +0200 Subject: [PATCH] make release: Reorganization of directory structure --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a2a8b4..1c13297 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,4 @@ release: git archive --format=tar --prefix=arexxd-$(VERSION)/ HEAD | gzip >$(ARCHIVE) scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/ ssh jw "cd web && bin/release-prog arexxd $(VERSION)" - mv $(ARCHIVE) ~/archives/mj/ + mv $(ARCHIVE) ~/archives/sw/arexxd/ -- 2.39.2