File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,10 @@ ifndef SPELL
1919endif
2020
2121texlive :
22- mkdir -p $(CACHE_FOLDER ) texlive -installer $(TEXLIVEDIR )
22+ mkdir -p $(CACHE_FOLDER ) _texlive -installer $(TEXLIVEDIR )
2323 wget -q http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
24- tar -xf install-tl-unx.tar.gz -C ./texlive-installer --strip 1
24+ tar -xf install-tl-unx.tar.gz -C ./_texlive-installer --strip 1
25+ rm install-tl-unx.tar.gz
2526 printf ' %s\n' \
2627"selected_scheme scheme-basic" \
2728"TEXDIR $(TEXLIVEDIR)" \
@@ -31,8 +32,8 @@ texlive:
3132"binary_x86_64-linux 1" \
3233"tlpdbopt_install_docfiles 0" \
3334"tlpdbopt_install_srcfiles 0" \
34- > ./texlive .profile
35- ./texlive -installer/install-tl --profile ./texlive .profile
35+ > _texlive .profile
36+ _texlive -installer/install-tl --profile _texlive .profile
3637 tlmgr install parskip titlesec enumitem
3738
3839pdf : $(CV_TEX )
You can’t perform that action at this time.
0 commit comments