aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/make
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-13 21:48:59 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-13 21:48:59 +0100
commite0a57efde9206c0c7420e03e5fb2a354d568c3ad (patch)
tree4d4c2bc1d3bf793b25829b8026741588b04bb090 /reproduce/software/make
parent7523206bf425829865179375120773cfa23716bf (diff)
Configure (TeXLive): year correction also in high-level packages
In the previous commit, I removed the year from the basic installation of TeXLive packages, but I forgot to correct this in the high-level TeXLive packages! This is corrected with this commit.
Diffstat (limited to 'reproduce/software/make')
-rw-r--r--reproduce/software/make/high-level.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk
index 46b79ca..6e01354 100644
--- a/reproduce/software/make/high-level.mk
+++ b/reproduce/software/make/high-level.mk
@@ -1322,7 +1322,7 @@ $(itidir)/texlive: reproduce/software/config/installation/texlive-packages.conf
# Make a symbolic link of all the TeX Live executables in the bin
# directory so we don't have to modify `PATH'.
- ln -fs $(idir)/texlive/20*/bin/*/* $(ibdir)/
+ ln -fs $(idir)/texlive/maneage/bin/*/* $(ibdir)/
# Get all the necessary versions.
texlive=$$(pdflatex --version | awk 'NR==1' | sed 's/.*(\(.*\))/\1/' \