2017-01-24 15:42:41 +00:00
|
|
|
# /etc/tl-makepkg.conf
|
|
|
|
#
|
2017-01-27 01:01:39 +00:00
|
|
|
# All options should be in a 'NAME = VALUE' format.
|
2017-01-26 23:54:50 +00:00
|
|
|
# Syntax shamelessly copied from pacman.conf(5).
|
2017-01-24 15:42:41 +00:00
|
|
|
#
|
|
|
|
# Any lines that start with '#' are ignored.
|
|
|
|
# Inline comments are NOT supported
|
|
|
|
|
2017-01-26 23:54:50 +00:00
|
|
|
RepoDir = /var/cache/pacman/tl
|
|
|
|
DBFile = /var/cache/pacman/tl/tl.db
|
2017-01-24 15:42:41 +00:00
|
|
|
|
2017-01-26 23:54:50 +00:00
|
|
|
ReposeOpts = --verbose --files --xz
|
|
|
|
MakepkgOpts =
|
2017-01-24 15:42:41 +00:00
|
|
|
|
|
|
|
|
2017-01-24 16:44:24 +00:00
|
|
|
# vim: set ft=dosini:
|