Skip to content

Commit

Permalink
dev-texlive/texlive-metapost: [QA] Fix UnnecessarySlashStrip
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Feb 8, 2020
1 parent 5c6b1e8 commit 37f6296
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-texlive/texlive-metapost/texlive-metapost-2019.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RDEPEND="${DEPEND} "
# created and cause collisions.

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"
rm -f "${ROOT%/}${EPREFIX}/var/lib/texmf/web2c/metapost/mplib-luatex.mem"
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"
rm -f "${ROOT}${EPREFIX}/var/lib/texmf/web2c/metapost/mplib-luatex.mem"
fi
}

0 comments on commit 37f6296

Please sign in to comment.