www-apps/selfoss: revision bump; adress some permission issues

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć
2020-05-24 21:29:06 +02:00
parent 9fed6fe072
commit 47ee1a3903

View File

@@ -36,7 +36,13 @@ src_install() {
doins -r . doins -r .
webapp_serverowned -R "${MY_HTDOCSDIR}"/data webapp_serverowned -R "${MY_HTDOCSDIR}"/data
webapp_serverowned -R "${MY_HTDOCSDIR}"/public
webapp_configfile "${MY_HTDOCSDIR}"/.htaccess webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
webapp_src_install webapp_src_install
} }
pkg_postinst() {
elog "Default selfoss config is installed as defaults.ini"
elog "Copy that config to config.ini and customize as you wish"
}