]> mj.ucw.cz Git - git-tools.git/commitdiff
Makefile: Fixed release machinery master v1.1
authorMartin Mares <mj@ucw.cz>
Thu, 9 Apr 2015 14:25:00 +0000 (16:25 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 9 Apr 2015 14:25:00 +0000 (16:25 +0200)
Makefile

index a6c170d5a8af0593c5334bc1d8e7747843a951bd..7327ddabcebca46a60c607409b10571a8e2e2e18 100644 (file)
--- 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/