From: Martin Mares Date: Fri, 27 Apr 2018 09:38:57 +0000 (+0200) Subject: Makefile: Fix release process X-Git-Tag: v2.0~8 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=39ded880dcebb6352423e343e1e5b7724c0c0650;p=arexx.git Makefile: Fix release process --- diff --git a/Makefile b/Makefile index 899cb4d..f1d35e8 100644 --- a/Makefile +++ b/Makefile @@ -20,5 +20,5 @@ release: git push --tags git archive --format=tar --prefix=arexxd-$(VERSION)/ HEAD | gzip >$(ARCHIVE) scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/ - ssh jw "cd www && bin/release-prog arexxd $(VERSION)" + ssh jw "cd web && bin/release-prog arexxd $(VERSION)" mv $(ARCHIVE) ~/archives/mj/