1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 07:48:50 -05:00

* FS#5990 fix (trailing slash)

* Added !testing to default SUPFILES
This commit is contained in:
Aaron Griffin 2006-12-22 00:48:16 +00:00
parent 7f8ee3d1b1
commit 42a0dddc95

View File

@ -3,11 +3,11 @@
#
# the top-level directory of all your PKGBUILDs
[ "$ABSROOT" = "" ] && ABSROOT="/var/abs"
[ "$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)
SUPFILES=(arch extra !unstable !community !testing)