index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaron@archlinux.org> | 2007-03-24 04:18:17 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-03-24 04:18:17 +0000 |
commit | f8d0601b8ddd0ed1913c13c6cf9fd61a933efa6c (patch) | |
tree | b1c5a09972bb6577644e4395c3024595a0420fc9 /etc/pacman.d/Makefile.am | |
parent | d38b273f9159cf2f74181614634c2477dadb5d3b (diff) |
-rw-r--r-- | etc/pacman.d/Makefile.am | 2 |
diff --git a/etc/pacman.d/Makefile.am b/etc/pacman.d/Makefile.am index 57e23cf0..c8dded4b 100644 --- a/etc/pacman.d/Makefile.am +++ b/etc/pacman.d/Makefile.am @@ -1,5 +1,5 @@ pkgsysconfdir = ${sysconfdir}/pacman.d -dist_pkgsysconf_DATA = community current extra release unstable +dist_pkgsysconf_DATA = community current extra release testing unstable $(dist_pkgsysconf_DATA): mirrorlist sed "s|@@REPO@@|$@|g" <$< >$@ |