From 71853f03428156ecc69241f06c58f9b233056c55 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Fri, 15 Mar 2024 08:17:34 +0100 Subject: make: expand TLBINPATH only when it is needed --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index b127cfe..dbda1b2 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ PREFIX?=/usr/local/texlive/${TL_YEAR}/bin/custom BINREPO=https://www.ekdosis.org/texlive TMPDIR!=mktemp -d OPENBSD_VERSION!=uname -r | sed 's/\.//' -TLBINPATH!=which latex | sed 's/\/latex//' +TLBINPATH!!=which latex | sed 's/\/latex//' TMPSOURCE?="" UPDATING!=curl -s ${BINREPO}/status.txt | grep updating= | sed 's/.*=//' -- cgit v1.2.3