Skip to content

Commit

Permalink
app-cdr/cdemu-daemon: Fix MissingSlash
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Aug 28, 2019
1 parent 23a4d97 commit d9b8bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ pkg_postinst() {
elog "To automatically load the vhba module at boot time, edit your"
elog "/etc/conf.d/modules file."

if [[ -e "${ROOT}etc/conf.d/cdemud" ]]; then
if [[ -e "${ROOT}/etc/conf.d/cdemud" ]]; then
elog
elog "${PN} no longer installs an init.d service; instead, it is"
elog "automatically activated when needed via dbus."
elog "You can therefore remove ${ROOT%/}/etc/conf.d/cdemud"
elog "You can therefore remove ${ROOT}/etc/conf.d/cdemud"
fi
}

0 comments on commit d9b8bc4

Please sign in to comment.