index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-07-16 16:13:28 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-02-13 14:06:33 +0100 |
commit | c060dd507c6a290bddb0dd25c9772a9dbea74282 (patch) | |
tree | 03b5dec71ff086f55d4b17e87f06be80f28b286b /Makefile | |
parent | 34cb4885969c26b2a12bc46d2264c79d75ae76fb (diff) |
-rw-r--r-- | Makefile | 10 |
@@ -173,24 +173,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/; \ " "$<" > "$@" @@ -211,14 +211,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 |