summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-01-28 20:37:44 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-01-28 20:38:06 +0100
commit00f4691c6fe61d3cfd85adfff510c21905dc168c (patch)
tree10691f75561fcd6b52b98ef8bc750449351418e7
parenttexlive-common.eclass: add CTAN_MIRROR_URL eclass variable (diff)
downloadtex-overlay-00f4691c6fe61d3cfd85adfff510c21905dc168c.tar.gz
tex-overlay-00f4691c6fe61d3cfd85adfff510c21905dc168c.tar.bz2
tex-overlay-00f4691c6fe61d3cfd85adfff510c21905dc168c.zip
dev-texlive/texlive-luatex: hprefixify luaotfload-database.lua like the 2021 ebuild does
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild b/dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild
index d94fef9..4fdcf3c 100644
--- a/dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild
+++ b/dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -242,7 +242,7 @@ TEXLIVE_MODULE_SRC_CONTENTS="
placeat.source.r45145
texfindpkg.source.r67027
"
-inherit texlive-module
+inherit prefix texlive-module
DESCRIPTION="TeXLive LuaTeX packages"
RESTRICT="mirror"
@@ -261,3 +261,8 @@ TEXLIVE_MODULE_BINSCRIPTS="
TEXLIVE_MODULE_BINLINKS="
luaotfload-tool:mkluatexfontdb
"
+
+src_prepare() {
+ default
+ hprefixify texmf-dist/tex/luatex/luaotfload/luaotfload-database.lua
+}