diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-31 18:59:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-31 18:59:27 +0000 |
commit | 3bd232dd726daf258464933f206bc339d9120df5 (patch) | |
tree | 7016b218d20a57aac11a11f45f16d4a66d1fac16 /Build/source/Makefile.in | |
parent | 9a1ad7e9152cd1028cc01bd7430c10b17c5ead9c (diff) |
rename tl_scripts dir to Build/source/texk/texlive/tl_support
git-svn-id: svn://tug.org/texlive/trunk@53614 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r-- | Build/source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in index 607de413241..1003af60925 100644 --- a/Build/source/Makefile.in +++ b/Build/source/Makefile.in @@ -512,7 +512,7 @@ CONFIG_AUX = $(recurse_top)subsubdir-conf.cmd # Run texlinks here since the binaries won't be there # at install-data, and fmtutil.cnf won't be there at install-exec, # and there is no install-hook or install-local. -texlinks_dir = texk/texlive/tl_scripts +texlinks_dir = texk/texlive/tl_support # should be harmless to run it, but just in case: build_info_target = buildinfo |