diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/abs/abs.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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) |