diff options
-rw-r--r-- | scripts/texlive/common/Makefile.common | 2 | ||||
-rw-r--r-- | scripts/texlive/tlpsrc/Makefile.common | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/texlive/common/Makefile.common b/scripts/texlive/common/Makefile.common index cd46244..26a4039 100644 --- a/scripts/texlive/common/Makefile.common +++ b/scripts/texlive/common/Makefile.common @@ -1,5 +1,5 @@ -PORTDIR=$(shell portageq portdir) +PORTDIR=$(shell portageq get_repo_path / gentoo) DISTDIR=$(shell portageq distdir) diff --git a/scripts/texlive/tlpsrc/Makefile.common b/scripts/texlive/tlpsrc/Makefile.common index 95dd416..abb73e1 100644 --- a/scripts/texlive/tlpsrc/Makefile.common +++ b/scripts/texlive/tlpsrc/Makefile.common @@ -1,4 +1,4 @@ -TEXLIVE_VERSION=2021 +TEXLIVE_VERSION=2023 include ../common/Makefile.common |