slackbuilds_ponce/misc/texscythe/contrib/helpers/texmf-src
Robby Workman 7800a4e6fd misc/texscythe: Miscellaneous changes for TL 2014.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2014-08-30 14:21:26 +07:00

20 lines
394 B
Text

#/bin/sh
texscyther \
--output-plist $TMP/$(basename $0) \
--tlpdb $CWD/texlive.tlpdb \
--skip-missing-archpkgs \
--nodirs \
--subset \
--include \
scheme-full:src
cat $TMP/$(basename $0) | \
grep "texmf-dist/" | \
grep -v "win32" | \
grep -v "context/stubs/mswin/" | \
grep -v "win32" | \
grep -v "MinGW" | \
sort -u \
> $PACKLISTS/$(basename $0)-packlist