summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-07-16 16:13:28 +0200
committerErich Eckner <git@eckner.net>2020-04-08 08:45:48 +0200
commit024e34d271e9b8511ac81413e1c8a391d0692604 (patch)
treea87800814c4f3432f790c48756287132fdf34c63
parent70e79305dad9842a52b09489b02610234972af02 (diff)
downloaddevtools32-024e34d271e9b8511ac81413e1c8a391d0692604.tar.xz
do not use mirrorlist32 - it comes without [archlinuxewe]
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c0d098f..392489e 100644
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,6 @@ makepkg-pentium4.conf: makepkg-i686.conf
pacman-archlinuxewe-i486.conf: pacman-archlinuxewe.conf
@echo "GEN $@"
@sed " \
- s,/mirrorlist\$$,\032,; \
/\[\(community-\)\?testing\]/{ N; s/#//g; }; \
/^Architecture = / s/^.*\$$/Architecture = i486/; \
" "$<" > "$@"
@@ -176,7 +175,6 @@ pacman-archlinuxewe-i486.conf: pacman-archlinuxewe.conf
pacman-archlinuxewe-i686.conf: pacman-archlinuxewe.conf
@echo "GEN $@"
@sed " \
- s,/mirrorlist\$$,\032,; \
/\[\(community-\)\?testing\]/{ N; s/#//g; }; \
/^Architecture = / s/^.*\$$/Architecture = i686/; \
" "$<" > "$@"
@@ -184,7 +182,6 @@ pacman-archlinuxewe-i686.conf: pacman-archlinuxewe.conf
pacman-archlinuxewe-pentium4.conf: pacman-archlinuxewe.conf
@echo "GEN $@"
@sed " \
- s,/mirrorlist\$$,\032,; \
/\[\(community-\)\?testing\]/{ N; s/#//g; }; \
/^Architecture = / s/^.*\$$/Architecture = pentium4/; \
" "$<" > "$@"
@@ -198,21 +195,18 @@ pacman-%-armv6h.conf: pacman-%.conf
pacman-%-i486.conf: pacman-%.conf
@echo "GEN $@"
@sed " \
- s,/mirrorlist\$$,\032,; \
/^Architecture = / s/^.*\$$/Architecture = i486/; \
" "$<" > "$@"
pacman-%-i686.conf: pacman-%.conf
@echo "GEN $@"
@sed " \
- s,/mirrorlist\$$,\032,; \
/^Architecture = / s/^.*$$/Architecture = i686/ \
" "$<" > "$@"
pacman-%-pentium4.conf: pacman-%.conf
@echo "GEN $@"
@sed " \
- s,/mirrorlist\$$,\032,; \
/^Architecture = / s/^.*$$/Architecture = pentium4/ \
" "$<" > "$@"