tl-makepkg/tl-makepkg.conf

16 lines
299 B
Plaintext
Raw Normal View History

2017-01-24 15:42:41 +00:00
# /etc/tl-makepkg.conf
#
# All options should be in a 'NAME=VALUE' format.
#
# Any lines that start with '#' are ignored.
# Inline comments are NOT supported
REPO_DIR=/var/cache/pacman/tl
DB_FILE=/var/cache/pacman/tl/tl.db
REPOSE_OPTS=--verbose --files --xz
MAKEPKG_OPTS=
# vim: set ft=dosini