summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2015-12-03 00:39:57 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2015-12-03 00:40:05 +0100
commit0a283ac66f2fc597e81faa6f7ce39d975f11cce7 (patch)
treeaf86d071abd8e329ea39f5c7a9bc65ec11ed3544 /Makefile
parent2ad0d24a32a8bb29bbc72ebab392031817e2cbce (diff)
downloadluaotfload-0a283ac66f2fc597e81faa6f7ce39d975f11cce7.tar.gz
[build] keep fontloader source in tex subtree to keep kpse happy
kpathsea doesn’t return paths to files in the source subtree so loading the unpackaged fontloader files is broken. Fix this by moving the relevant files in the tex tree.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8375ac3..9b1d356 100644
--- a/Makefile
+++ b/Makefile
@@ -183,7 +183,7 @@ endef
define run-install
@mkdir -p $(SCRIPTDIR) && cp -- $(SCRIPTSTATUS) $(SCRIPTDIR)
@mkdir -p $(RUNDIR) && cp -- $(RESOURCES) $(RUNSTATUS) $(RUNDIR)
-@mkdir -p $(SRCDIR) && cp -- $(LOADERSRC) $(SRCDIR)
+@mkdir -p $(RUNDIR) && cp -- $(LOADERSRC) $(RUNDIR)
endef
$(TDS_ZIP): TEXMFROOT=./tmp-texmf