mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
Uses Debian's patch to force usermode and disable the use of tlpdb. Also make the tlmgr wrapper use exec
2 lines
67 B
Bash
Executable file
2 lines
67 B
Bash
Executable file
#!/bin/sh
|
|
exec /usr/share/texmf-dist/scripts/texlive/tlmgr.pl "$@"
|