aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-04-04 15:40:13 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-04-04 15:40:13 +0300
commit2aabc18c95fc24fc1921d4ed9f53f40bb5a4202b (patch)
tree00ced6563cf9704ad3a00ecd3d0b29127982afcd
parentdo not strip slash (diff)
downloadtex-2aabc18c95fc24fc1921d4ed9f53f40bb5a4202b.tar.gz
tex-2aabc18c95fc24fc1921d4ed9f53f40bb5a4202b.tar.bz2
tex-2aabc18c95fc24fc1921d4ed9f53f40bb5a4202b.zip
do not strip slash in metapost's einfo
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r--scripts/texlive/tlpsrc/texlive-metapost-post-ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/texlive/tlpsrc/texlive-metapost-post-ebuild b/scripts/texlive/tlpsrc/texlive-metapost-post-ebuild
index 785ef63..0506bf8 100644
--- a/scripts/texlive/tlpsrc/texlive-metapost-post-ebuild
+++ b/scripts/texlive/tlpsrc/texlive-metapost-post-ebuild
@@ -6,7 +6,7 @@
pkg_setup() {
if [ -f "${ROOT}/${EPREFIX}/var/lib/texmf/web2c/metapost/mplib-luatex.mem" ]; then
- einfo "Removing ${ROOT%/}${EPREFIX}/var/lib/texmf/web2c/metapost/mplib-luatex.mem"
+ einfo "Removing ${ROOT}/${EPREFIX}/var/lib/texmf/web2c/metapost/mplib-luatex.mem"
rm -f "${ROOT}/${EPREFIX}/var/lib/texmf/web2c/metapost/mplib-luatex.mem"
fi
}