From 6e4d026ea13ee19e21393c33075b26cbc4885ffd Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 24 Jul 2023 19:47:05 +0200 Subject: Makefile.common: removed unused TEXLIVE_*_MOUNTPOINT variables Those become unused with fd0f69fc933a ("Remove very old generation system"). Signed-off-by: Florian Schmaus --- scripts/texlive/common/Makefile.common | 2 -- 1 file changed, 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 -- cgit v1.2.3-65-gdbad