# HG changeset patch # User Stanislas Leduc # Date 1708109280 -3600 # Node ID 71d2ee2c8ab38ab786c3feb5918367b9ff833513 # Parent c98e9c62221814178f834bbfe96cbb51d1d90f5a Fix get-texlive for 2008 version, add collection-latex, fix for build on x86_64 (2008 don't support it) diff -r c98e9c622218 -r 71d2ee2c8ab3 get-texlive/stuff/get-texlive --- a/get-texlive/stuff/get-texlive Fri Feb 09 11:15:32 2024 +0000 +++ b/get-texlive/stuff/get-texlive Fri Feb 16 19:48:00 2024 +0100 @@ -9,7 +9,7 @@ SOURCE="install-tl" TARBALL="$SOURCE-unx.tar.gz" WEB_SITE="http://www.tug.org/$PACKAGE/" -WGET_URL="http://mirror.ctan.org/systems/$PACKAGE/tlnet/$TARBALL" +WGET_URL="ftp://ftp.math.utah.edu/pub/tex/historic/systems/$PACKAGE/2008/tlnet/$TARBALL" ROOT="$1" # Check if we are root @@ -51,7 +51,7 @@ fi tar -xzf $TARBALL -VERSION="$(ls -d $SOURCE*/ | sed 's|/*$||' | tr -cd '0-9')" +VERSION="$(grep 'texlive-' $SOURCE*/release-texlive.txt | tr -cd '0-9')" # extracted pkg can be removed: Save RAM before packing rm -rf $TARBALL @@ -74,6 +74,7 @@ TEXMFSYSCONFIG $PREFIX/$VERSION/texmf-config TEXMFSYSVAR $PREFIX/$VERSION/texmf-var collection-basic 1 +collection-latex 1 option_doc 0 option_fmt 1 option_letter 0 @@ -83,7 +84,7 @@ # some mirrors are too slow, if so, add this option: # -location ftp://ftp.inria.fr/pub/TeX/CTAN/systems/texlive/tlnet/2008/ -./install-tl -profile slitaz.profile +setarch linux32 ./install-tl -profile slitaz.profile -location ftp://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2008/tlnet/tlpkg/ cd "$TMP/$SOURCE"