From 731b938afae0f09540a6fc5cf05e7828a3faeefc Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 16 Jul 2019 16:13:28 +0200 Subject: do not use mirrorlist32 for [archlinuxewe] --- Makefile | 10 +++++----- pacman-archlinuxewe.conf | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 67685aa..decb86f 100644 --- a/Makefile +++ b/Makefile @@ -172,24 +172,24 @@ makepkg-pentium4.conf: makepkg-i686.conf pacman-archlinuxewe-i486.conf: pacman-archlinuxewe.conf @echo "GEN $@" @sed " \ - s,/mirrorlist\$$,\032,; \ /\[\(community-\)\?testing\]/{ N; s/#//g; }; \ + s,/mirrorlist\$$,\032,; \ /^Architecture = / s/^.*\$$/Architecture = i486/; \ " "$<" > "$@" pacman-archlinuxewe-i686.conf: pacman-archlinuxewe.conf @echo "GEN $@" @sed " \ - s,/mirrorlist\$$,\032,; \ /\[\(community-\)\?testing\]/{ N; s/#//g; }; \ + s,/mirrorlist\$$,\032,; \ /^Architecture = / s/^.*\$$/Architecture = i686/; \ " "$<" > "$@" pacman-archlinuxewe-pentium4.conf: pacman-archlinuxewe.conf @echo "GEN $@" @sed " \ - s,/mirrorlist\$$,\032,; \ /\[\(community-\)\?testing\]/{ N; s/#//g; }; \ + s,/mirrorlist\$$,\032,; \ /^Architecture = / s/^.*\$$/Architecture = pentium4/; \ " "$<" > "$@" @@ -210,14 +210,14 @@ pacman-%-i686.conf: pacman-%.conf @echo "GEN $@" @sed " \ s,/mirrorlist\$$,\032,; \ - /^Architecture = / s/^.*$$/Architecture = i686/ \ + /^Architecture = / s/^.*$$/Architecture = i686/; \ " "$<" > "$@" pacman-%-pentium4.conf: pacman-%.conf @echo "GEN $@" @sed " \ s,/mirrorlist\$$,\032,; \ - /^Architecture = / s/^.*$$/Architecture = pentium4/ \ + /^Architecture = / s/^.*$$/Architecture = pentium4/; \ " "$<" > "$@" %: %.in Makefile lib/common.sh diff --git a/pacman-archlinuxewe.conf b/pacman-archlinuxewe.conf index 65a8f30..3d8e2cc 100644 --- a/pacman-archlinuxewe.conf +++ b/pacman-archlinuxewe.conf @@ -71,7 +71,7 @@ LocalFileSigLevel = Optional # after the header, and they will be used before the default mirrors. [archlinuxewe] -Include = /etc/pacman.d/mirrorlist +Server = https://arch.eckner.net/os/$arch #[testing] #Include = /etc/pacman.d/mirrorlist -- cgit v1.2.3-54-g00ecf