www-apps/taskcafe: fix ebuild reinstall error and add -9999 package
This commit is contained in:
parent
d768bf3dce
commit
3ec318fe9c
2 changed files with 61 additions and 1 deletions
|
@ -34,7 +34,7 @@ src_install() {
|
|||
dobin dist/${PN}
|
||||
|
||||
keepdir /var/lib/${PN}/uploads
|
||||
chown -R ${PN}:${PN} /var/lib/${PN}/uploads
|
||||
chown -R ${PN}:${PN} "${D}/var/lib/${PN}/uploads"
|
||||
|
||||
insinto /etc/${PN}
|
||||
doins conf/${PN}.example.toml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue