From 43c4d00fa2a8a1b068ded67de48c60460f217ad0 Mon Sep 17 00:00:00 2001 From: Michael Spang Date: Tue, 30 Oct 2007 12:18:10 -0400 Subject: [PATCH] Hack Makefile to set umask This probably only works with GNU make. But people keep building with a umask of more than 002, and this breaks the next person's build. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a7cf340..0138951 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +SHELL = umask 002; exec /bin/sh + FILES = events.ics events.atom news.atom index.html \ favicon.ico default.css robots.txt csclub.der csclub.pem SUBDIRS = about events office news services media buttons logos flash