Skip to content

Commit

Permalink
dev-lang/erlang: fix systemd unit install, bug #697478
Browse files Browse the repository at this point in the history
Reported-by: Dennis Schridde
Closes: https://bugs.gentoo.org/697478
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Oct 11, 2019
1 parent f3abb26 commit bd13e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-lang/erlang/erlang-22.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ src_install() {

newinitd "${FILESDIR}"/epmd.init-r2 epmd
newconfd "${FILESDIR}"/epmd.confd-r1 epmd
use systemd && systemd_dounit "${FILESDIR}"/epmd.service-r1 epmd.service
use systemd && systemd_newunit "${FILESDIR}"/epmd.service-r1 epmd.service
}

pkg_postinst() {
Expand Down

0 comments on commit bd13e8b

Please sign in to comment.