branch: externals/ess
commit 5a3667ad272252f900d7e41cc9f11a1353d122c8
Author: Martin Maechler <maech...@r-project.org>
Commit: Martin Maechler <maech...@r-project.org>

    upload: ensure tarballs are world readable on webpage
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 182094a36e..0a01ed3b5e 100644
--- a/Makefile
+++ b/Makefile
@@ -198,7 +198,8 @@ homepage:
 upload:
        [ x$$USER = xmaechler ] || (echo 'must be maechler'; exit 1 )
        @echo "** Placing .tgz and .zip files and their .sig's **"
-       cp -p $(ESSDIR).tgz $(ESSDIR).tgz.sig $(ESSDIR).zip $(ESSDIR).zip.sig 
$(UPLOAD_DIR)
+       chmod a+r $(ESSDIR).tgz $(ESSDIR).tgz.sig $(ESSDIR).zip 
$(ESSDIR).zip.sig
+       cp -p     $(ESSDIR).tgz $(ESSDIR).tgz.sig $(ESSDIR).zip 
$(ESSDIR).zip.sig $(UPLOAD_DIR)
        @echo "** Creating LATEST.IS. file **"
        rm -f $(UPLOAD_DIR)/LATEST.IS.*
        touch $(UPLOAD_DIR)/LATEST.IS.$(ESSDIR)

Reply via email to