summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-12-22 01:48:16 +0100
committerAaron Griffin <aaron@archlinux.org>2006-12-22 01:48:16 +0100
commit42a0dddc95665b71ead67402020eb6161ae00113 (patch)
tree51c5ba021f1212a8375839b8fc5849a63db2802e /etc
parent7f8ee3d1b1ee317d165b9587aafe49522ab1c20a (diff)
downloadpacman-42a0dddc95665b71ead67402020eb6161ae00113.tar.gz
pacman-42a0dddc95665b71ead67402020eb6161ae00113.tar.xz
* FS#5990 fix (trailing slash)
* Added !testing to default SUPFILES
Diffstat (limited to 'etc')
-rw-r--r--etc/abs/abs.conf4
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)