diff options
-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 |