remove paranoid permissions
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
70bd762732
commit
367a74c75e
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue