mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-11 05:48:09 -05:00
13f9fc4d19
* Removed ./gen-mirrorlist.sh invocation from configure script: Mirror-files are generated by make, not configure.
10 lines
208 B
Makefile
10 lines
208 B
Makefile
pkgsysconfdir = ${sysconfdir}/pacman.d
|
|
dist_pkgsysconf_DATA = community current extra release unstable
|
|
|
|
$(dist_pkgsysconf_DATA): mirrorlist
|
|
sed "s|@@REPO@@|$@|g" <$< >$@
|
|
|
|
clean:
|
|
rm $(dist_pkgsysconf_DATA)
|
|
|