summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-07-16 16:13:28 +0200
committerErich Eckner <git@eckner.net>2019-07-16 16:13:28 +0200
commitf906ac2c40407151cec4edf771078505dbaff57b (patch)
treeface16ac8d7b26c7449a0b00f9a9fb3a55b55926
parent62fc0e9c6333bb4ba7fe2b6f8eb37e7fce9f887f (diff)
downloaddevtools32-archlinuxewe-20190716.2.tar.xz
do not use mirrorlist32 - it comes without [archlinuxewe]archlinuxewe-20190716.2
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 5d2ab50..b7a7a7b 100644
--- a/Makefile
+++ b/Makefile
@@ -166,7 +166,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/; \
" "$<" > "$@"
@@ -174,7 +173,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/; \
" "$<" > "$@"
@@ -182,7 +180,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/; \
" "$<" > "$@"
@@ -196,7 +193,6 @@ pacman-%-armv6h.conf: pacman-%.conf
pacman-%-i486.conf: pacman-%.conf
@echo "GEN $@"
@sed " \
- s,/mirrorlist\$$,\032,; \
/^Architecture = / s/^.*\$$/Architecture = i486/; \
$$ a [bootstrap]\\n\
Server = http://archlinux32.andreasbaumann.cc/\$$repo/\$$arch \
@@ -205,14 +201,12 @@ pacman-%-i486.conf: pacman-%.conf
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/ \
" "$<" > "$@"