mirror of https://github.com/odrling/Aegisub
Make the script chmod to 0644 after generating, I don't know why (yet) it uses such strict permissions..
Originally committed to SVN as r3366.
This commit is contained in:
parent
b6a63c15e6
commit
6b8ac0d0ea
|
@ -5,3 +5,5 @@ ln -s docs/doxygen/doxygen.log
|
|||
|
||||
cd docs/doxygen
|
||||
sh -x ./gen.sh /usr/www/docs.aegisub.org/source
|
||||
|
||||
chmod 0644 /usr/www/docs.aegisub.org/source/*
|
||||
|
|
Loading…
Reference in New Issue