app-misc/cmatrix: fix missing trailing slashes
authorThomas Deutschmann <whissi@gentoo.org>
Fri, 24 Apr 2020 23:34:26 +0000 (01:34 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Fri, 24 Apr 2020 23:35:06 +0000 (01:35 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
app-misc/cmatrix/cmatrix-2.0-r1.ebuild [moved from app-misc/cmatrix/cmatrix-2.0.ebuild with 82% similarity]

similarity index 82%
rename from app-misc/cmatrix/cmatrix-2.0.ebuild
rename to app-misc/cmatrix/cmatrix-2.0-r1.ebuild
index 64b0aaf7b48009e6ba4af65bcd04b7759418b824..c691bbc100c924265881b26dacb647c931afa5a4 100644 (file)
@@ -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