diff options
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 40dcbdd2925..6bb284a876d 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -164,7 +164,7 @@ for tlplat in $tlplats; do default_bin_loc=$download_loc $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;; powerpc-linux) - default_bin_loc=/home/tschmitz/powerpc.tar.xz;; + default_bin_loc=/home/tschmitz/powerpc-linux.tar.xz;; sparc-solaris) default_bin_loc=$download_loc $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;; |