Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-03-07 09:18:54 +0100
committerErich Eckner <git@eckner.net>2019-03-07 09:18:54 +0100
commit4bfee7206c80720be4c5afd6a89d97f89105fea9 (patch)
tree7d6bc6e97bc667e5f70e9125ad3bfbb8ab2b1a66
parentefddf4557c5463249f20ff4812f4dbdfb0e1b33a (diff)
package.inc.sh: "pentium3" -> "pentium4"
-rw-r--r--package.inc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.inc.sh b/package.inc.sh
index e06acaf..8f5032d 100644
--- a/package.inc.sh
+++ b/package.inc.sh
@@ -166,7 +166,7 @@ package_patch_arch32() {
| awk '!/testing/ && (/x86_64/ || /arch32/ || /any/) {print $1" "$2; exit}')
subtree=${1:-repos/${repo}-${arch}}
mkdir -p ${pkgname}/${subtree} && touch ${pkgname}/${subtree}/PKGBUILD
- awk -i inplace '!/^arch=[^#]*any/ {gsub(/^arch=\(/,"arch=(i486 i686 pentium3 ")}; {print}' \
+ awk -i inplace '!/^arch=[^#]*any/ {gsub(/^arch=\(/,"arch=(i486 i686 pentium4 ")}; {print}' \
"$pkgname/${subtree}/PKGBUILD"
for line in $(git ls-tree -r --name-only remotes/packages32/master ${repo}/${pkgname}); do
if [[ "${line##*/}" = "PKGBUILD" ]]; then