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}