From ab5126e3419bd90af9d13d84a97c650fa1df150c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 21 Mar 2019 22:55:48 +0000 Subject: doc,sync git-svn-id: svn://tug.org/texlive/trunk@50520 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-bindir | 4 +++- Master/tlpkg/dev/profiles/TLinfra+sys.pro | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 Master/tlpkg/dev/profiles/TLinfra+sys.pro (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 2a615888aec..ea1a11cc6a0 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -137,7 +137,9 @@ for tlplat in $tlplats; do download_loc=$tmpdir/tl.$tlplat.tar.xz default_bin_loc=$download_loc grab="$download -O $download_loc" - $grab http://anthesphoria.net/FreeBSD/TeXLive-Devel/i386-freebsd7.tar.xz;; + #http://anthesphoria.net/FreeBSD/TeXLive-Devel/i386-freebsd7.tar.xz + remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz + $grab $remurl;; i386-kfreebsd) download_loc=$tmpdir/tl.$tlplat.tar.xz default_bin_loc=$download_loc diff --git a/Master/tlpkg/dev/profiles/TLinfra+sys.pro b/Master/tlpkg/dev/profiles/TLinfra+sys.pro new file mode 100644 index 00000000000..19a535835bb --- /dev/null +++ b/Master/tlpkg/dev/profiles/TLinfra+sys.pro @@ -0,0 +1,20 @@ +# $Id$ +# infrastructure only, with only x86_64-linux binaries, +# and including the symlink option, using "system" directories +# under /tmp/ki/usr. +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 +instopt_adjustpath 1 +tlpdbopt_sys_bin /tmp/ki/usr/bin +tlpdbopt_sys_man /tmp/ki/usr/man +tlpdbopt_sys_info /tmp/ki/usr/info -- cgit v1.2.3