summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild
index 37f3d7278bab..622e8bbf40b8 100644
--- a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild
+++ b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild
@@ -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
}