summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 863daab..77b63e4 100644
--- a/Makefile
+++ b/Makefile
@@ -216,21 +216,21 @@ 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; }; \
/^Architecture = / s/^.*\$$/Architecture = i486/; \
" "$<" > "$@"
pacman-archlinuxewe-i686.conf: pacman-archlinuxewe.conf
@echo "GEN $@"
@sed " \
- /\[\(community-\)\?testing\]/{ N; s/#//g; }; \
+ /\[\(community-\)\?\(stag\|test\)ing\]/{ N; s/#//g; }; \
/^Architecture = / s/^.*\$$/Architecture = i686/; \
" "$<" > "$@"
pacman-archlinuxewe-pentium4.conf: pacman-archlinuxewe.conf
@echo "GEN $@"
@sed " \
- /\[\(community-\)\?testing\]/{ N; s/#//g; }; \
+ /\[\(community-\)\?\(stag\|test\)ing\]/{ N; s/#//g; }; \
/^Architecture = / s/^.*\$$/Architecture = pentium4/; \
" "$<" > "$@"