* 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 # 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) # Supfiles to be parsed by abs (in this order)
# (prefix a module with a ! to disable it) # (prefix a module with a ! to disable it)
# #
SUPFILES=(arch extra !unstable !community) SUPFILES=(arch extra !unstable !community !testing)