diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-07-24 19:47:05 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-07-24 19:47:24 +0200 |
commit | 6e4d026ea13ee19e21393c33075b26cbc4885ffd (patch) | |
tree | af57f82da37d74ee0f0a49b6d9ed81a12ff870f7 | |
parent | scripts/texlive: start 2023 (diff) | |
download | tex-6e4d026ea13ee19e21393c33075b26cbc4885ffd.tar.gz tex-6e4d026ea13ee19e21393c33075b26cbc4885ffd.tar.bz2 tex-6e4d026ea13ee19e21393c33075b26cbc4885ffd.zip |
Makefile.common: removed unused TEXLIVE_*_MOUNTPOINT variables
Those become unused with fd0f69fc933a ("Remove very old generation
system").
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r-- | scripts/texlive/common/Makefile.common | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/texlive/common/Makefile.common b/scripts/texlive/common/Makefile.common index 26a4039..139092c 100644 --- a/scripts/texlive/common/Makefile.common +++ b/scripts/texlive/common/Makefile.common @@ -5,8 +5,6 @@ DISTDIR=$(shell portageq distdir) TEXLIVE_OVERLAY_LOCATION=~/dev/gentoo-x86 -TEXLIVE_LIVE_MOUNTPOINT=/mnt/texlive -TEXLIVE_INST_MOUNTPOINT=/mnt/texlive-inst CTAN_MIRROR=http://ctan.org/tex-archive TL_TRUNK=/home/alexis/dev/texlive/trunk TUG=ftp://tug.org/texlive |