diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-11 23:07:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-11 23:07:27 +0000 |
commit | 079d3f44d4e0ed23a25d4a58fe5364bccf4b910d (patch) | |
tree | 186c4b08de6c8b53aff427418c7887e05d761870 | |
parent | 01225329bbfba0aa13dacebfcb0ccd0326ade3d6 (diff) |
sync
git-svn-id: svn://tug.org/texlive/trunk@29866 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 2 | ||||
l--------- | Master/bin/armel-linux/xasy | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 3a8cf51e7b7..739ac13329f 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,7 +1,7 @@ 2013-04-10 Karl Berry <karl@tug.org> * texmf.cnf (TEXMFCNF): still look in texmf/ subdirs after all; - needed for non-TL context and likely others. Report from + needed for non-TL ConTeXt and likely others. Report from Mojca/Hans. 2013-04-05 Karl Berry <karl@tug.org> diff --git a/Master/bin/armel-linux/xasy b/Master/bin/armel-linux/xasy index 06b216f0df2..85a08a8012a 120000 --- a/Master/bin/armel-linux/xasy +++ b/Master/bin/armel-linux/xasy @@ -1 +1 @@ -../../texmf/asymptote/GUI/xasy.py
\ No newline at end of file +../../texmf-dist/asymptote/GUI/xasy.py
\ No newline at end of file diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 1c96ba824f9..2c0db852401 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -99,8 +99,7 @@ for tlname in $tlnames; do if test x"$USER" = xkarl; then case $tlname in alpha-linux) - default_bin_loc=$download_loc - $grab http://www.logic.at/people/preining/alpha-linux.tar.gz;; + default_bin_loc=/home/preining/alpha-linux.tar.gz;; amd64-freebsd) download_loc=$tmpdir/tl.$tlname.tar.xz default_bin_loc=$download_loc |