commit:     28a6aaad34ed89b45d37a46600e1df1fc1b24510
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 24 23:34:26 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Apr 24 23:35:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a6aaad

app-misc/cmatrix: fix missing trailing slashes

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-misc/cmatrix/{cmatrix-2.0.ebuild => cmatrix-2.0-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/cmatrix/cmatrix-2.0.ebuild 
b/app-misc/cmatrix/cmatrix-2.0-r1.ebuild
similarity index 82%
rename from app-misc/cmatrix/cmatrix-2.0.ebuild
rename to app-misc/cmatrix/cmatrix-2.0-r1.ebuild
index 64b0aaf7b48..c691bbc100c 100644
--- a/app-misc/cmatrix/cmatrix-2.0.ebuild
+++ b/app-misc/cmatrix/cmatrix-2.0-r1.ebuild
@@ -33,9 +33,9 @@ src_install() {
 
 pkg_postinst() {
        if use X; then
-               if [[ -d "${ROOT}"usr/share/fonts/misc ]] ; then
-                       einfo ">>> Running mkfontdir on 
${ROOT}usr/share/fonts/misc"
-                       mkfontdir "${ROOT}"usr/share/fonts/misc
+               if [[ -d "${ROOT}"/usr/share/fonts/misc ]] ; then
+                       einfo ">>> Running mkfontdir on 
${ROOT}/usr/share/fonts/misc"
+                       mkfontdir "${ROOT}"/usr/share/fonts/misc
                fi
                font_pkg_postinst
        fi

Reply via email to