blob: 782b269bd441f0c785875fccdaac5d5f5e9bb528 (
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=(core extra !unstable !community !testing)
|