mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-02 08:35:06 -04:00
f8d0601b8d
* Commented ftp.archlinux.org in the official mirror list * ran a make dist, which updated some translation files
10 lines
225 B
Makefile
10 lines
225 B
Makefile
pkgsysconfdir = ${sysconfdir}/pacman.d
|
|
dist_pkgsysconf_DATA = community current extra release testing unstable
|
|
|
|
$(dist_pkgsysconf_DATA): mirrorlist
|
|
sed "s|@@REPO@@|$@|g" <$< >$@
|
|
|
|
clean-local:
|
|
rm -f $(dist_pkgsysconf_DATA)
|
|
|