www-apps/gogs: fixed OpenRC

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
Denis Reva
2020-09-15 07:14:56 +05:00
parent 8c0351f6c8
commit f92f74eb55

View File

@@ -489,8 +489,8 @@ src_install() {
# Prepare systemd init scripts and install it # Prepare systemd init scripts and install it
systemd_dounit "${FILESDIR}/systemd/${PN}.service" systemd_dounit "${FILESDIR}/systemd/${PN}.service"
# Install OpenRC init files # Install OpenRC init files
doconfd "${FILESDIR}/gogs-confd" newconfd "${FILESDIR}/gogs-confd" gogs
doinitd "${FILESDIR}/gogs-initd" newinitd "${FILESDIR}/gogs-initd" gogs
# Install HTTPS certs # Install HTTPS certs
if use cert; then if use cert; then
keepdir /etc/${PN}/https keepdir /etc/${PN}/https