From cae74c60744caf7cb5d1f7dd1515bed40bc3f9c8 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 faa2e3a..73c92b6 100644 --- a/Makefile +++ b/Makefile @@ -214,7 +214,7 @@ $(BUILDDIR)/config/pacman-archlinuxewe-i486.conf: config/pacman/archlinuxewe.con @echo "GEN $(notdir $@)" @mkdir -p $(dir $@) @sed " \ - /\[\(community-\)\?testing\]/{ N; s/#//g; }; \ + /\[\(community-\)\?\(stag\|test\)ing\]/{ N; s/#//g; }; \ s,/mirrorlist\$$,\032,; \ /^Architecture = / s/^.*\$$/Architecture = i486/; \ " "$<" > "$@" @@ -223,7 +223,7 @@ $(BUILDDIR)/config/pacman-archlinuxewe-i686.conf: config/pacman/archlinuxewe.con @echo "GEN $(notdir $@)" @mkdir -p $(dir $@) @sed " \ - /\[\(community-\)\?testing\]/{ N; s/#//g; }; \ + /\[\(community-\)\?\(stag\|test\)ing\]/{ N; s/#//g; }; \ s,/mirrorlist\$$,\032,; \ /^Architecture = / s/^.*\$$/Architecture = i686/; \ " "$<" > "$@" @@ -232,7 +232,7 @@ $(BUILDDIR)/config/pacman-archlinuxewe-pentium4.conf: config/pacman/archlinuxewe @echo "GEN $(notdir $@)" @mkdir -p $(dir $@) @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