mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
return -1
This commit is contained in:
parent
a0a9e533cf
commit
f4542adc8b
4 changed files with 22 additions and 59 deletions
5
makefile
5
makefile
|
@ -29,6 +29,10 @@ INSTALL.txt:
|
|||
corpses:
|
||||
find . -name .#\* -print
|
||||
|
||||
# show me the fingerprint of the certificate i am about to install
|
||||
fp: local/cert.pem
|
||||
openssl x509 -in local/cert.pem -fingerprint -sha1 | head -n 1
|
||||
|
||||
##############################################################################
|
||||
## USER AND PLACE DATA MAINTAINANCE
|
||||
|
||||
|
@ -59,6 +63,7 @@ local/all.ls:
|
|||
(cd world;../bin/findlinks */de/* */en/*) >$@
|
||||
|
||||
rights:
|
||||
# how do i tell him to skip .git ?
|
||||
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