summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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