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