mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
december bugfix: mktime doesn't like month number 12
This commit is contained in:
parent
f47227d54d
commit
1ec31a5479
2 changed files with 7 additions and 4 deletions
5
makefile
5
makefile
|
@ -58,6 +58,7 @@ local/all.ls:
|
|||
.links:
|
||||
(cd world;../bin/findlinks */de/* */en/*) >$@
|
||||
|
||||
exefix:
|
||||
rights:
|
||||
find . -type d -exec chmod 755 {} \;
|
||||
find . -type f -exec chmod 644 {} \;
|
||||
chmod +x bin/* run/* config/psyced.settings install.sh utility/multipatcher
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue