summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-07-16 16:13:28 +0200
committerErich Eckner <git@eckner.net>2020-06-29 10:43:34 +0200
commit56e964a4bd0131e093e86fe0f6bf94c927a9350e (patch)
treef25b315ce1e4e9ba20f8fcfa3504942bae261742
parent66e6a4b726f165d7ea3c5bc8c956fcacd3a367c5 (diff)
downloaddevtools32-56e964a4bd0131e093e86fe0f6bf94c927a9350e.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 67685aa..5cacdd5 100644
--- a/Makefile
+++ b/Makefile
@@ -172,7 +172,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/; \
" "$<" > "$@"
@@ -180,7 +179,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/; \
" "$<" > "$@"
@@ -188,7 +186,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/; \
" "$<" > "$@"
@@ -202,21 +199,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/ \
" "$<" > "$@"