mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-02 08:35:06 -04:00
4d51a2b357
Signed-off-by: Dan McGee <dan@archlinux.org>
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=(core extra !unstable !community !testing)
|
|
|