forked from tastytea/overlay
fixed simpleid-9999-r1
This commit is contained in:
parent
5cce42b6c6
commit
ed4ae3b3e9
|
@ -30,18 +30,18 @@ src_install() {
|
|||
fowners nginx:nginx cache/simpleid
|
||||
fi
|
||||
insinto /var/cache
|
||||
doins cache/simpleid
|
||||
doins -r cache/simpleid
|
||||
|
||||
mkdir -p identities/simpleid
|
||||
insinto /etc
|
||||
doins identities/simpleid
|
||||
doins -r identities/simpleid
|
||||
|
||||
mkdir -p store/simpleid
|
||||
if use nginx; then
|
||||
fowners nginx:nginx store/simpleid
|
||||
fi
|
||||
insinto /var/db
|
||||
doins store/simpleid
|
||||
doins -r store/simpleid
|
||||
|
||||
mv www/config.php{.dist,}
|
||||
insinto /usr/share/webapps/simpleid
|
||||
|
|
Loading…
Reference in New Issue
Block a user