diff options
author | Dan McGee <dan@archlinux.org> | 2008-01-07 17:21:28 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-14 22:22:30 -0600 |
commit | a0ac72b42219fbcf17dd7cf2ee992b71a6a1375a (patch) | |
tree | 13373fe776864709e3abbc2079565935db53cbda /etc/Makefile.am | |
parent | 9a18e0dbefd010f4505433cbf7a4d6bb40c548da (diff) | |
download | pacman-a0ac72b42219fbcf17dd7cf2ee992b71a6a1375a.tar.xz |
etc: remove Arch-specific mirrorlist from repo
We shouldn't have the stock config be Arch specific for a few reasons:
* Although it is our package, others should be able to use it
* Keeping the mirrorlist coupled to the pacman package makes it hard to push
updates to users without releasing a new copy of the pacman source
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc/Makefile.am')
-rw-r--r-- | etc/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am index 6fa7d98c..b4f4972e 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,5 +1,3 @@ -SUBDIRS = pacman.d - dist_sysconf_DATA = makepkg.conf pacman.conf EXTRA_DIST = makepkg.conf.in pacman.conf.in |