index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | etc/pacman.conf.in | 12 |
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index ad23e47a..7960b9f3 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -1,5 +1,5 @@ # -# /@sysconfdir@/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 = /@sysconfdir@/pacman.d/testing +#Include = @sysconfdir@/pacman.d/testing [current] # Add your preferred servers here, they will be used first -Include = /@sysconfdir@/pacman.d/current +Include = @sysconfdir@/pacman.d/current [extra] # Add your preferred servers here, they will be used first -Include = /@sysconfdir@/pacman.d/extra +Include = @sysconfdir@/pacman.d/extra [community] # Add your preferred servers here, they will be used first -Include = /@sysconfdir@/pacman.d/community +Include = @sysconfdir@/pacman.d/community #[unstable] # Add your preferred servers here, they will be used first -#Include = /@sysconfdir@/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. |