diff options
author | Andrew Fyfe <andrew@neptune-one.net> | 2007-05-31 17:13:25 +0100 |
---|---|---|
committer | Andrew Fyfe <andrew@neptune-one.net> | 2007-05-31 17:24:24 +0100 |
commit | 139d3c5e99fa6cb28fba7883123891a73fbb2421 (patch) | |
tree | 04e97da83022d19c47a10083d1d1af25f2156837 /etc/pacman.conf.in | |
parent | 7bd2ff685188d0d9b6ab6c6f43f6d28811936881 (diff) | |
download | pacman-139d3c5e99fa6cb28fba7883123891a73fbb2421.tar.xz |
Autotool fixes/cleanup.
* configure.ac: Add AC_SUBST() for ROOTDIR, PKGEXT, DBEXT so
they get exported to Makefiles.
* {makepkg,pacman}.conf.in: Remove extra / from paths.
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
Diffstat (limited to 'etc/pacman.conf.in')
-rw-r--r-- | etc/pacman.conf.in | 12 |
1 files changed, 6 insertions, 6 deletions
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. |