diff options
author | Erich Eckner <git@eckner.net> | 2019-07-16 16:13:28 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-13 09:22:11 +0200 |
commit | a5a48220104f842f2a5a9b28406ad56d86eb2898 (patch) | |
tree | 96409c139bdec83bf950e5ba9598d1f7b9565a0f | |
parent | c1c4cb7931b51f4a0c45c817289b25119f4c8130 (diff) | |
download | devtools32-a5a48220104f842f2a5a9b28406ad56d86eb2898.tar.xz |
do not use mirrorlist32 - it comes without [archlinuxewe]
-rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -166,7 +166,6 @@ makepkg-pentium4.conf: makepkg-i686.conf pacman-archlinuxewe-i486.conf: pacman-archlinuxewe.conf @echo "GEN $@" @sed " \ - s,/mirrorlist\$$,\032,; \ /\[\(community-\)\?testing\]/{ N; s/#//g; }; \ /^Architecture = / s/^.*\$$/Architecture = i486/; \ " "$<" > "$@" @@ -174,7 +173,6 @@ pacman-archlinuxewe-i486.conf: pacman-archlinuxewe.conf pacman-archlinuxewe-i686.conf: pacman-archlinuxewe.conf @echo "GEN $@" @sed " \ - s,/mirrorlist\$$,\032,; \ /\[\(community-\)\?testing\]/{ N; s/#//g; }; \ /^Architecture = / s/^.*\$$/Architecture = i686/; \ " "$<" > "$@" @@ -182,7 +180,6 @@ pacman-archlinuxewe-i686.conf: pacman-archlinuxewe.conf pacman-archlinuxewe-pentium4.conf: pacman-archlinuxewe.conf @echo "GEN $@" @sed " \ - s,/mirrorlist\$$,\032,; \ /\[\(community-\)\?testing\]/{ N; s/#//g; }; \ /^Architecture = / s/^.*\$$/Architecture = pentium4/; \ " "$<" > "$@" @@ -196,21 +193,18 @@ pacman-%-armv6h.conf: pacman-%.conf pacman-%-i486.conf: pacman-%.conf @echo "GEN $@" @sed " \ - s,/mirrorlist\$$,\032,; \ /^Architecture = / s/^.*\$$/Architecture = i486/; \ " "$<" > "$@" pacman-%-i686.conf: pacman-%.conf @echo "GEN $@" @sed " \ - s,/mirrorlist\$$,\032,; \ /^Architecture = / s/^.*$$/Architecture = i686/ \ " "$<" > "$@" pacman-%-pentium4.conf: pacman-%.conf @echo "GEN $@" @sed " \ - s,/mirrorlist\$$,\032,; \ /^Architecture = / s/^.*$$/Architecture = pentium4/ \ " "$<" > "$@" |