From a0ac72b42219fbcf17dd7cf2ee992b71a6a1375a Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 7 Jan 2008 17:21:28 -0600 Subject: 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 --- etc/pacman.d/Makefile.am | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 etc/pacman.d/Makefile.am (limited to 'etc/pacman.d/Makefile.am') diff --git a/etc/pacman.d/Makefile.am b/etc/pacman.d/Makefile.am deleted file mode 100644 index e1f33c76..00000000 --- a/etc/pacman.d/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -pkgsysconfdir = ${sysconfdir}/pacman.d -dist_pkgsysconf_DATA = mirrorlist -EXTRA_DIST = mirrorlist.in -# -# Files that should be removed, but which Automake does not know. -MOSTLYCLEANFILES = $(dist_pkgsysconf_DATA) - -$(dist_pkgsysconf_DATA): Makefile - rm -f $@ $@.tmp - sed \ - -e 's|@CARCH[@]|$(CARCH)|g' \ - $(srcdir)/mirrorlist.in >$@.tmp - mv $@.tmp $@ - -mirrorlist: $(srcdir)/mirrorlist.in - -# vim:set ts=2 sw=2 noet: -- cgit v1.2.3-54-g00ecf