summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-02-28 20:53:26 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-02-28 20:53:26 +0100
commit36671d22decf3f2ebc4449f1639e82c23f75923e (patch)
treeeb5fcfff23c1b373df97418c2f871dac5912ccd4
parentdev-texlive/texlive-humanities: use pkg-config (diff)
downloadtex-overlay-36671d22decf3f2ebc4449f1639e82c23f75923e.tar.gz
tex-overlay-36671d22decf3f2ebc4449f1639e82c23f75923e.tar.bz2
tex-overlay-36671d22decf3f2ebc4449f1639e82c23f75923e.zip
dev-texlive/texlive-humanities: adjust rm path
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--dev-texlive/texlive-humanities/texlive-humanities-2023_p68465.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-texlive/texlive-humanities/texlive-humanities-2023_p68465.ebuild b/dev-texlive/texlive-humanities/texlive-humanities-2023_p68465.ebuild
index 065f60b..4ed0f5e 100644
--- a/dev-texlive/texlive-humanities/texlive-humanities-2023_p68465.ebuild
+++ b/dev-texlive/texlive-humanities/texlive-humanities-2023_p68465.ebuild
@@ -181,7 +181,7 @@ src_prepare() {
# https://github.com/olsak/OpBible/pull/1
eapply "${FILESDIR}"/${PN}-2023-opbible-improve-Makefile-respect-user-flags.patch
# Remove the binary, so that it is rebuild.
- rm texmf-dist/doc/luatex/opbible/txs-gen/mod2tex || die
+ rm txs-gen/mod2tex || die
popd &> /dev/null || die
fi