diff options
author | David Seifert <soap@gentoo.org> | 2019-08-11 13:19:40 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-11 13:19:40 +0200 |
commit | e513afc509b5a46a9ced9513cbac95227c0ea4a7 (patch) | |
tree | 3e9ed6ce0dcbd4e09d16e3757f8bcb7ea5b0c4ee /media-sound/ncmpcpp | |
parent | mail-mta/postfix: [QA] Fix missing trailing slash (diff) | |
download | gentoo-e513afc509b5a46a9ced9513cbac95227c0ea4a7.tar.gz gentoo-e513afc509b5a46a9ced9513cbac95227c0ea4a7.tar.bz2 gentoo-e513afc509b5a46a9ced9513cbac95227c0ea4a7.zip |
media-sound/ncmpcpp: [QA] Fix missing trailing slash
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/ncmpcpp')
-rw-r--r-- | media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild | 2 | ||||
-rw-r--r-- | media-sound/ncmpcpp/ncmpcpp-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild index 6db57f594392..007f6387ce67 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild @@ -54,7 +54,7 @@ src_install() { pkg_postinst() { echo elog "Example configuration files have been installed at" - elog "${ROOT}usr/share/doc/${PF}" + elog "${ROOT}/usr/share/doc/${PF}" elog "${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/bindings" elog "as user configuration files." echo diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild index f5c7770182d2..7b75299afc52 100644 --- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild @@ -57,7 +57,7 @@ src_install() { pkg_postinst() { echo elog "Example configuration files have been installed at" - elog "${ROOT}usr/share/doc/${PF}" + elog "${ROOT}/usr/share/doc/${PF}" elog "${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/bindings" elog "as user configuration files." echo |