]> mj.ucw.cz Git - arexx.git/commitdiff
Makefile: Fix release process
authorMartin Mares <mj@ucw.cz>
Fri, 27 Apr 2018 09:38:57 +0000 (11:38 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 27 Apr 2018 09:38:57 +0000 (11:38 +0200)
Makefile

index 899cb4d29d839c51514339aa18fd1880b21eb488..f1d35e8d6e3cb1127455ff6b6ae32a59fe5d1244 100644 (file)
--- 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/