2007-01-29 17:18:31 -05:00
|
|
|
pkgsysconfdir = ${sysconfdir}/pacman.d
|
2007-07-16 15:31:54 -04:00
|
|
|
dist_pkgsysconf_DATA = mirrorlist
|
2007-05-30 11:46:37 -04:00
|
|
|
EXTRA_DIST = mirrorlist.in
|
|
|
|
#
|
|
|
|
# Files that should be removed, but which Automake does not know.
|
|
|
|
MOSTLYCLEANFILES = $(dist_pkgsysconf_DATA)
|
2006-10-15 18:08:57 -04:00
|
|
|
|
2007-05-30 11:46:37 -04:00
|
|
|
$(dist_pkgsysconf_DATA): Makefile
|
|
|
|
rm -f $@ $@.tmp
|
|
|
|
sed \
|
|
|
|
-e 's|@CARCH[@]|$(CARCH)|g' \
|
|
|
|
$(srcdir)/mirrorlist.in >$@.tmp
|
|
|
|
mv $@.tmp $@
|
2007-01-16 22:40:08 -05:00
|
|
|
|
2007-07-16 15:31:54 -04:00
|
|
|
mirrorlist: $(srcdir)/mirrorlist.in
|
2007-06-04 17:49:09 -04:00
|
|
|
|
|
|
|
# vim:set ts=2 sw=2 noet:
|