changeset 139:a2c1922d5401

set correct file permissions when creating files
author Sergey Budnevitch <sb@waeme.net>
date Mon, 24 Oct 2011 09:06:38 +0000
parents ee7167b7334a
children b9e5155d8f5d
files GNUmakefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -3,6 +3,8 @@ OUT =		libxslt
 TEXT =		text
 ZIP =		gzip
 NGINX_ORG =	/data/www/nginx.org
+UMASK =		002
+SHELL =		umask $(UMASK) && exec /bin/sh
 
 CP =		/data/sites/java/xsls/\*:$(HOME)/java/xsls/\*
 RSYNC =		rsync -v -rpc --exclude=.svn