replaced simpleid-9999-r2 with simpleid-9999-r3
the build failed Details

This commit is contained in:
tastytea 2018-06-22 12:11:06 +02:00
parent c28f4f5135
commit 766a19550c
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 4 additions and 2 deletions

View File

@ -25,13 +25,15 @@ src_unpack() {
}
src_install() {
keepdir /etc/simpleid
keepdir /var/cache/simpleid
keepdir /var/db/simpleid
mv www/config.php{.dist,}
insinto /etc/simpleid
newins www/config.php.dist config.php
insinto /usr/share/webapps/simpleid
doins -r www
dosym /etc/simpleid/config.php /usr/share/webapps/simpleid/config.php
dodoc README.md identities/example*
}