blob: 66ba52778c2b376791439e05249c2faa86468be9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# /etc/abs/abs.conf
#
# the top-level directory of all your PKGBUILDs
[ "$ABSROOT" = "" ] && ABSROOT="/var/abs/"
#
# Supfiles to be parsed by abs (in this order)
# (prefix a module with a ! to disable it)
#
SUPFILES=(arch extra !unstable !community !testing)
|