fixed simpleid-9999-r1

This commit is contained in:
tastytea 2018-06-22 11:51:06 +02:00
parent d14ed5de95
commit 92b23db2e5
Signed by untrusted user: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 6 additions and 3 deletions

View File

@ -27,12 +27,15 @@ src_unpack() {
src_install() {
keepdir /etc/simpleid
if use nginx; then
diropts -o nginx -g nginx
fi
keepdir /var/cache/simpleid
if use nginx; then
fowners nginx:nginx /var/cache/simpleid
fi
keepdir /var/db/simpleid
if use nginx; then
fowners nginx:nginx /var/db/simpleid
fi
mv www/config.php{.dist,}
insinto /usr/share/webapps/simpleid