From f9bc4019a07aa51447612b6d923eda27fb06b551 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 5 Sep 2010 23:52:18 +0000 Subject: [PATCH] tools: fix pushbinary location --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e1be7d667..0c49b8284 100644 --- a/Makefile +++ b/Makefile @@ -586,11 +586,11 @@ pullprofs: # make hledgerPLATFORM first pushbinary: -gzip -9 bin/$(BINARYFILENAME) - -rsync -aP bin/$(BINARYFILENAME).gz simon@joyful.com:/repos/hledger/site/binaries/ + -rsync -aP bin/$(BINARYFILENAME).gz simon@joyful.com:/repos/hledger/site/download/ pushbinarywin: cd bin; zip -9 $(BINARYFILENAME).zip $(BINARYFILENAME) - -rsync -aP bin/$(BINARYFILENAME).zip simon@joyful.com:/repos/hledger/site/binaries/ + -rsync -aP bin/$(BINARYFILENAME).zip simon@joyful.com:/repos/hledger/site/download/ # show project stats useful for release notes