diff options
author | Dan McGee <dan@archlinux.org> | 2007-09-16 23:20:19 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-09-16 23:20:19 +0200 |
commit | 05346af459c7eaeddf1542acb6f13f8ffd9f6695 (patch) | |
tree | 1d06c9cf99e052111ebb2bd186b2f6b27b30d789 /etc/pacman.d/Makefile.am | |
parent | 9ea7c5c402fd6686cfa3cefeb80c115109538701 (diff) | |
download | pacman-05346af459c7eaeddf1542acb6f13f8ffd9f6695.tar.gz pacman-05346af459c7eaeddf1542acb6f13f8ffd9f6695.tar.xz |
Make current -> core updates
Diffstat (limited to 'etc/pacman.d/Makefile.am')
-rw-r--r-- | etc/pacman.d/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pacman.d/Makefile.am b/etc/pacman.d/Makefile.am index c8dded4b..341b3efa 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 testing unstable +dist_pkgsysconf_DATA = community core extra release testing unstable $(dist_pkgsysconf_DATA): mirrorlist sed "s|@@REPO@@|$@|g" <$< >$@ |