Fix permissions for released documentation files.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 12 Jan 2012 23:55:14 +0200
changeset 112 e48a802ce83b
parent 111 84fe35f49224
child 113 a045e7eb31a4
Fix permissions for released documentation files.
Makefile
--- a/Makefile	Thu Jan 12 23:53:35 2012 +0200
+++ b/Makefile	Thu Jan 12 23:55:14 2012 +0200
@@ -144,6 +144,7 @@
 deploy2sf-release: $(DIST_TARBALLS) $(DISTSRC_TARBALLS)
 	( echo 'cd /home/frs/project/g/ga/gadict'; \
 echo "put CHANGES.rst README.rst"; \
+echo "chmod 644 CHANGES.rst README.rst"; \
 echo "mkdir v$(vmajor).$(vminor)"; \
 echo "cd v$(vmajor).$(vminor)"; \
 for f in $^; do \