bottle/etc/pacman.d/Makefile.am

10 lines
217 B
Makefile
Raw Normal View History

pkgsysconfdir = ${sysconfdir}/pacman.d
dist_pkgsysconf_DATA = community current extra release unstable
2006-10-15 15:08:57 -07:00
$(dist_pkgsysconf_DATA): mirrorlist
sed "s|@@REPO@@|$@|g" <$< >$@
2007-01-16 19:40:08 -08:00
clean-local:
rm -f $(dist_pkgsysconf_DATA)
2006-10-15 15:08:57 -07:00