From: Martin Mares Date: Sun, 29 Mar 2020 20:44:18 +0000 (+0200) Subject: make release: Reorganization of my directory structure X-Git-Tag: v1.2~2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=0105de31bd88e00bdb65493e00905eabf7071632;p=edid.git make release: Reorganization of my directory structure --- 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/