index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaron@archlinux.org> | 2006-12-22 00:48:16 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-12-22 00:48:16 +0000 |
commit | 42a0dddc95665b71ead67402020eb6161ae00113 (patch) | |
tree | 51c5ba021f1212a8375839b8fc5849a63db2802e /etc/abs/abs.conf | |
parent | 7f8ee3d1b1ee317d165b9587aafe49522ab1c20a (diff) |
-rw-r--r-- | etc/abs/abs.conf | 4 |
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) |