From: Martin Mares Date: Sat, 25 Sep 2010 15:53:47 +0000 (+0200) Subject: Yet another release rule bugfix X-Git-Tag: v0.1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=refs%2Ftags%2Fv0.1;p=ucwmac.git Yet another release rule bugfix --- diff --git a/Makefile b/Makefile index 518b451..c651438 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ clean: release: git tag ucwmac-v$(VERSION) git push --tags - git archive --format=tar --prefix=ucwmac-$(VERSION) HEAD | gzip >$(ARCHIVE) + git archive --format=tar --prefix=ucwmac-$(VERSION)/ HEAD | gzip >$(ARCHIVE) scp $(ARCHIVE) atrey:~ftp/pub/local/mj/tex/ ssh jw "cd www && bin/release-prog ucwmac $(VERSION)" mv $(ARCHIVE) ~/archives/mj/