summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-28 10:15:21 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-28 10:15:36 +0200
commitd9b8bc4ce066be05ab3eab2d55357d343ef5c592 (patch)
tree4bcf49f22d5fa7e1351d6c9484d4f96e8f19d7fc
parentsci-libs/tensorflow: backport support for grpc-1.23 (diff)
downloadgentoo-d9b8bc4ce066be05ab3eab2d55357d343ef5c592.tar.gz
gentoo-d9b8bc4ce066be05ab3eab2d55357d343ef5c592.tar.bz2
gentoo-d9b8bc4ce066be05ab3eab2d55357d343ef5c592.zip
app-cdr/cdemu-daemon: Fix MissingSlash
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-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
}