mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
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:
@@ -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
|
||||||
Reference in New Issue
Block a user