diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-31 19:24:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-31 19:24:19 +0000 |
commit | 4603aac25e5b97e68bb866d3201a44a17f95e20c (patch) | |
tree | 824fea16cc505602044bb7038058df5601ba8d64 /Master/tlpkg/dev | |
parent | f2eb098294c4f0ddec9a76d60f089c447dacb69e (diff) |
install-tl (do_postinst_stuff): die if mktexlsr fails, don't just warn.
(read_profile): check for [01] value for binary_* and collection_*,
and for nonempty selected_scheme and path variables.
doc (unrelated, sorry): use https://tug.org urls.
tl-try-install: use realpath to resolve $0, include --custom-bin example.
TLinfra+none.pro: omit installing x86_64-linux.
git-svn-id: svn://tug.org/texlive/trunk@49884 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/dev')
-rw-r--r-- | Master/tlpkg/dev/profiles/TLinfra+none.pro | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/tlpkg/dev/profiles/TLinfra+none.pro b/Master/tlpkg/dev/profiles/TLinfra+none.pro new file mode 100644 index 00000000000..ac98ba11039 --- /dev/null +++ b/Master/tlpkg/dev/profiles/TLinfra+none.pro @@ -0,0 +1,17 @@ +# $Id$ +# infrastructure only, with no binary sets (assuming current x86_64-linux). +# to test --custom-bin (set to bin/win32 directory to exercise still +# more cases), and as a pathological case in itself. +selected_scheme scheme-infraonly +TEXDIR /tmp/ki +TEXMFHOME /tmp/ki/user/home +TEXMFLOCAL /tmp/ki/texmf-local +TEXMFSYSCONFIG /tmp/ki/sys/config +TEXMFSYSVAR /tmp/ki/sys/var +TEXMFCONFIG /tmp/ki/user/config +TEXMFVAR /tmp/ki/user/var +option_doc 0 +option_fmt 0 +option_src 0 +option_adjustrepo 0 +binary_x86_64-linux 0 |