tl-makepkg/tl-makepkg.conf

17 lines
354 B
INI

# /etc/tl-makepkg.conf
#
# All options should be in a 'NAME = VALUE' format.
# Syntax shamelessly copied from pacman.conf(5).
#
# Any lines that start with '#' are ignored.
# Inline comments are NOT supported
RepoDir = /var/cache/pacman/tl
DBFile = /var/cache/pacman/tl/tl.db
ReposeOpts = --verbose --files --xz
MakepkgOpts =
# vim: set ft=dosini: