From 7c87c92dcae6c4e1da681388327d9a13e81975aa Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 9 Apr 2015 16:25:00 +0200 Subject: [PATCH 1/1] Makefile: Fixed release machinery --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a6c170d..7327dda 100644 --- a/Makefile +++ b/Makefile @@ -8,5 +8,5 @@ release: git push --tags git archive --format=tar --prefix=git-tools-$(VERSION)/ HEAD | gzip >$(ARCHIVE) scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/ - ssh jw "cd www && bin/release-prog git-tools $(VERSION)" + ssh jw "cd web && bin/release-prog git-tools $(VERSION)" mv $(ARCHIVE) ~/archives/mj/ -- 2.39.2