yegor256 / cam

Classes and Metriсs (CaM): a dataset of Java classes from public open-source GitHub repositories
http://cam.yegor256.com
MIT License
23 stars 32 forks source link

texmf wrong path macOS #344

Closed timur-harin closed 3 months ago

timur-harin commented 3 months ago

@yegor256 While debugging macOS runner faced with problem, that if I run make install - install-texlive.sh failed because it try to run tlmgr init-usertree even if texmf folder created with all settings inside, because in macos it is just another path

+ tlmgr init-usertree

tlmgr: user mode database already set up in
tlmgr:   /Users/timur/Library/texmf/tlpkg/texlive.tlpdb
tlmgr: not overwriting it.
make: *** [install] Error 1

It is because it is trying to check /Users/timur/ path, not /Users/timur/Library/

timur-harin commented 3 months ago

@yegor256 Solved this issue in PR #345