# HG changeset patch # User Oleksandr Gavenko # Date 1326654601 -7200 # Node ID 19ff3a51324bcb763207f4ca01fc772e5741a187 # Parent 4b799e3f9a70ed62da370e3fe9d076c627cab62b Fix: sftp> put deploy-check stat deploy-check: No such file or directory diff -r 4b799e3f9a70 -r 19ff3a51324b Makefile --- a/Makefile Sun Jan 15 21:07:36 2012 +0200 +++ b/Makefile Sun Jan 15 21:10:01 2012 +0200 @@ -182,7 +182,7 @@ echo "chmod 644 README.rst"; \ echo "mkdir v$(vmajor).$(vminor)"; \ echo "cd v$(vmajor).$(vminor)"; \ -for f in $^; do \ +for f in $(DIST_TARBALLS) $(DISTSRC_TARBALLS); do \ echo "put $$f"; \ echo "chmod 644 $$f"; \ done; \