From 42a0dddc95665b71ead67402020eb6161ae00113 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 22 Dec 2006 00:48:16 +0000 Subject: * FS#5990 fix (trailing slash) * Added !testing to default SUPFILES --- etc/abs/abs.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/abs/abs.conf b/etc/abs/abs.conf index 39348c23..66ba5277 100644 --- a/etc/abs/abs.conf +++ b/etc/abs/abs.conf @@ -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) -- cgit v1.2.3-24-g4f1b