mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-15 13:55:09 -05:00
10 lines
211 B
Makefile
10 lines
211 B
Makefile
pkgsysconfdir = ${sysconfdir}/pacman.d
|
|
dist_pkgsysconf_DATA = community current extra release unstable
|
|
|
|
$(dist_pkgsysconf_DATA): mirrorlist
|
|
sed "s|@@REPO@@|$@|g" <$< >$@
|
|
|
|
clean:
|
|
rm -f $(dist_pkgsysconf_DATA)
|
|
|