]> mj.ucw.cz Git - ucwmac.git/commitdiff
Yet another release rule bugfix v0.1
authorMartin Mares <mj@ucw.cz>
Sat, 25 Sep 2010 15:53:47 +0000 (17:53 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 9 Oct 2010 11:14:11 +0000 (13:14 +0200)
Makefile

index 518b451fef131be5d79162ba194e6c500e9502ba..c651438cd3e0c4910f1e1655893edaa6443605bb 100644 (file)
--- 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/