summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-07-16 16:13:28 +0200
committerErich Eckner <git@eckner.net>2020-10-11 15:03:47 +0200
commit731b938afae0f09540a6fc5cf05e7828a3faeefc (patch)
tree7143d0166aa76a53b554c77d1f6a91be3d264b7e /Makefile
parent66e6a4b726f165d7ea3c5bc8c956fcacd3a367c5 (diff)
downloaddevtools32-731b938afae0f09540a6fc5cf05e7828a3faeefc.tar.xz
do not use mirrorlist32 for [archlinuxewe]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 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