aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index e5ba378..9de00e4 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,5 @@
1PREFIX?=/usr/local/texlive/2024/bin/custom 1TL_YEAR?=2024
2PREFIX?=/usr/local/texlive/${TL_YEAR}/bin/custom
2BINREPO=https://www.ekdosis.org/texlive 3BINREPO=https://www.ekdosis.org/texlive
3TMPDIR!=mktemp -d 4TMPDIR!=mktemp -d
4OPENBSD_VERSION!=uname -r | sed 's/\.//' 5OPENBSD_VERSION!=uname -r | sed 's/\.//'