commit:     c1719c4c3b82753c1d49c54da83b621e228dcaad
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  6 09:10:16 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Dec  6 09:13:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1719c4c

dev-texlive/texlive-context: fix BINSCRIPTS path

Closes: https://bugs.gentoo.org/945913
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 .../texlive-context/texlive-context-2024_p72727.ebuild       | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-texlive/texlive-context/texlive-context-2024_p72727.ebuild 
b/dev-texlive/texlive-context/texlive-context-2024_p72727.ebuild
index a2adf89e5d1e..23e82b053ca1 100644
--- a/dev-texlive/texlive-context/texlive-context-2024_p72727.ebuild
+++ b/dev-texlive/texlive-context/texlive-context-2024_p72727.ebuild
@@ -76,18 +76,18 @@ DEPEND="
 "
 
 TEXLIVE_MODULE_BINSCRIPTS="
-       texmf-dist/scripts/context/stubs-mkiv/unix/contextjit
-       texmf-dist/scripts/context/stubs-mkiv/unix/luatools
-       texmf-dist/scripts/context/stubs-mkiv/unix/mtxrunjit
+       texmf-dist/scripts/context-texlive/stubs-mkiv/unix/contextjit
+       texmf-dist/scripts/context-texlive/stubs-mkiv/unix/luatools
+       texmf-dist/scripts/context-texlive/stubs-mkiv/unix/mtxrunjit
 
-       texmf-dist/scripts/context/stubs/unix/texexec
-       texmf-dist/scripts/context/stubs/unix/texmfstart
+       texmf-dist/scripts/context-texlive/stubs/unix/texexec
+       texmf-dist/scripts/context-texlive/stubs/unix/texmfstart
 "
 
 src_prepare() {
        default
        # No need to install these .exe
-       rm -rf texmf-dist/scripts/context/stubs/{mswin,win64} || die
+       rm -r texmf-dist/scripts/context-texlive/stubs/win64 || die
 }
 
 src_install() {

Reply via email to