app-cdr/cdemu-daemon: Fix MissingSlash
authorMichał Górny <mgorny@gentoo.org>
Wed, 28 Aug 2019 08:15:21 +0000 (10:15 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 28 Aug 2019 08:15:36 +0000 (10:15 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild

index 37f3d7278bab7138cfa977289f4cdca3f95ddcaf..622e8bbf40b86a633d40a26dcdfced1d9a44e3db 100644 (file)
@@ -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
 }