index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 6 |
@@ -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/; \ " "$<" > "$@" |