New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/47130#issuecomment-1879848948 Comment: Also note this: ```diff --- a/srcpkgs/texlive/patches/tlmgr.patch +++ b/srcpkgs/texlive/patches/tlmgr.patch @@ -63,7 +63,7 @@ + if (!$opts{"usermode"} && $action ne "init-usertree") { + $opts{"usermode"} = 1; + print "(running on Void Linux, switching to user mode!)\n"; -+ print "(see https://docs.voidlinux.org/config/texlive.html)\n"); ++ print "(see https://docs.voidlinux.org/config/texlive.html)\n"; + } + # ```