From: Martin Mares Date: Sun, 29 Mar 2020 20:47:27 +0000 (+0200) Subject: make release: Reorganized my directory structure X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f281182f926117e13221a2dc842520039ab18d60;p=nwho.git make release: Reorganized my directory structure --- 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/