From 7e56bb10af4fb1d644b154f49c985f6e4d69100e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 25 Sep 2010 17:53:47 +0200 Subject: [PATCH] Yet another release rule bugfix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.39.2