From 39ded880dcebb6352423e343e1e5b7724c0c0650 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 27 Apr 2018 11:38:57 +0200 Subject: [PATCH] Makefile: Fix release process --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.39.2