mirror of
https://github.com/moparisthebest/pacman
synced 2024-10-31 23:55:04 -04:00
42a0dddc95
* Added !testing to default SUPFILES
14 lines
266 B
Plaintext
14 lines
266 B
Plaintext
#
|
|
# /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)
|
|
|