remove paranoid permissions

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-11-23 21:30:20 +01:00
parent 70bd762732
commit 367a74c75e
1 changed files with 2 additions and 0 deletions

View File

@ -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}