wok-current rev 25658
Fix get-texlive to build on x64 kernel, 2008 version don't support x86_64 arch
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Feb 16 18:39:22 2024 +0000 (9 months ago) |
parents | 38652c4a775f |
children | ecbd30859002 |
files | get-texlive/stuff/get-texlive |
line diff
1.1 --- a/get-texlive/stuff/get-texlive Fri Feb 16 18:25:37 2024 +0000 1.2 +++ b/get-texlive/stuff/get-texlive Fri Feb 16 18:39:22 2024 +0000 1.3 @@ -84,7 +84,7 @@ 1.4 1.5 # some mirrors are too slow, if so, add this option: 1.6 # -location ftp://ftp.inria.fr/pub/TeX/CTAN/systems/texlive/tlnet/2008/ 1.7 -./install-tl -profile slitaz.profile -location ftp://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2008/tlnet/tlpkg/ 1.8 +setarch linux32 ./install-tl -profile slitaz.profile -location ftp://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2008/tlnet/tlpkg/ 1.9 1.10 cd "$TMP/$SOURCE" 1.11