1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/etc/pacman.d/Makefile.am

10 lines
225 B
Makefile
Raw Normal View History

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