From 0c4898b50a5091b66ec87b27b2430dc75e1f3d39 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 Jun 2020 13:47:14 +0200 Subject: archlinuxewe-{i486,i686,pentium4}-build should be able to build from staging, too --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 936b989..d3da64c 100644 --- a/Makefile +++ b/Makefile @@ -217,7 +217,7 @@ makepkg-pentium4.conf: makepkg-i686.conf pacman-archlinuxewe-i486.conf: pacman-archlinuxewe.conf @echo "GEN $@" @sed " \ - /\[\(community-\)\?testing\]/{ N; s/#//g; }; \ + /\[\(community-\)\?\(stag\|test\)ing\]/{ N; s/#//g; }; \ s,/mirrorlist\$$,\032,; \ /^Architecture = / s/^.*\$$/Architecture = i486/; \ " "$<" > "$@" @@ -225,7 +225,7 @@ pacman-archlinuxewe-i486.conf: pacman-archlinuxewe.conf pacman-archlinuxewe-i686.conf: pacman-archlinuxewe.conf @echo "GEN $@" @sed " \ - /\[\(community-\)\?testing\]/{ N; s/#//g; }; \ + /\[\(community-\)\?\(stag\|test\)ing\]/{ N; s/#//g; }; \ s,/mirrorlist\$$,\032,; \ /^Architecture = / s/^.*\$$/Architecture = i686/; \ " "$<" > "$@" @@ -233,7 +233,7 @@ pacman-archlinuxewe-i686.conf: pacman-archlinuxewe.conf pacman-archlinuxewe-pentium4.conf: pacman-archlinuxewe.conf @echo "GEN $@" @sed " \ - /\[\(community-\)\?testing\]/{ N; s/#//g; }; \ + /\[\(community-\)\?\(stag\|test\)ing\]/{ N; s/#//g; }; \ s,/mirrorlist\$$,\032,; \ /^Architecture = / s/^.*\$$/Architecture = pentium4/; \ " "$<" > "$@" -- cgit v1.2.3-70-g09d2