summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-12-19 09:16:47 +0100
committerAaron Griffin <aaron@archlinux.org>2006-12-19 09:16:47 +0100
commitb1fbcd3ab5cf16b668cfc72d90223f48a329605b (patch)
treed1644946452c26290f5299d68662c1c1671c47ba /etc
parent78a1a0ac10ec828ebb4405b79a255ed711c49e37 (diff)
downloadpacman-b1fbcd3ab5cf16b668cfc72d90223f48a329605b.tar.gz
pacman-b1fbcd3ab5cf16b668cfc72d90223f48a329605b.tar.xz
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/abs/abs.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/abs/abs.conf b/etc/abs/abs.conf
new file mode 100644
index 00000000..39348c23
--- /dev/null
+++ b/etc/abs/abs.conf
@@ -0,0 +1,13 @@
+#
+# /etc/abs/abs.conf
+#
+
+# the top-level directory of all your PKGBUILDs
+[ "$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)
+