summaryrefslogtreecommitdiffstats
path: root/etc/pacman.conf.in
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-05-31 05:33:39 +0200
committerDan McGee <dan@archlinux.org>2007-05-31 05:33:39 +0200
commitca05e942f2b6c04842be8509d27005b55ff9cf2b (patch)
tree4bdad2d3d55b017dfd9f4700535b5b086537534e /etc/pacman.conf.in
parent3e05e187074cecde4423f27dbfae3bf99bf29d20 (diff)
downloadpacman-ca05e942f2b6c04842be8509d27005b55ff9cf2b.tar.gz
pacman-ca05e942f2b6c04842be8509d27005b55ff9cf2b.tar.xz
Use @sysconfdir@ in etc/ configuration files
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc/pacman.conf.in')
-rw-r--r--etc/pacman.conf.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in
index 56b1f833..ad23e47a 100644
--- a/etc/pacman.conf.in
+++ b/etc/pacman.conf.in
@@ -1,5 +1,5 @@
#
-# /etc/pacman.conf
+# /@sysconfdir@/pacman.conf
#
# See the pacman manpage for option directives
@@ -20,23 +20,23 @@ HoldPkg = pacman glibc
# have identical names, regardless of version number
#
#[testing]
-#Include = /etc/pacman.d/testing
+#Include = /@sysconfdir@/pacman.d/testing
[current]
# Add your preferred servers here, they will be used first
-Include = /etc/pacman.d/current
+Include = /@sysconfdir@/pacman.d/current
[extra]
# Add your preferred servers here, they will be used first
-Include = /etc/pacman.d/extra
+Include = /@sysconfdir@/pacman.d/extra
[community]
# Add your preferred servers here, they will be used first
-Include = /etc/pacman.d/community
+Include = /@sysconfdir@/pacman.d/community
#[unstable]
# Add your preferred servers here, they will be used first
-#Include = /etc/pacman.d/unstable
+#Include = /@sysconfdir@/pacman.d/unstable
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.