Fix:
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 15 Jan 2012 21:10:01 +0200
changeset 142 19ff3a51324b
parent 141 4b799e3f9a70
child 143 616ec3bdbeeb
Fix: sftp> put deploy-check stat deploy-check: No such file or directory
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; \