From 367a74c75e8bf35ef91344a9c46af1500465d8ac Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 23 Nov 2009 21:30:20 +0100 Subject: [PATCH] remove paranoid permissions Signed-off-by: Nico Schottelius --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 08ceaa2e..dd146014 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,8 @@ clean: all public: all git push --mirror + find ${DESTDIR} -type f -exec chmod 0644 {} \; + find ${DESTDIR} -type d -exec chmod 0755 {} \; rsync -av --delete ${DESTDIR} ${PUBDIR}