summaryrefslogtreecommitdiff
path: root/bin/common-functions
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-05-18 12:39:41 +0200
committerErich Eckner <git@eckner.net>2017-05-18 12:39:41 +0200
commit1a4d8f99217281c17624d6726f9f0249616b6bbe (patch)
treebfe54f61abe4fa50264355fed8c77c0a26184113 /bin/common-functions
parente85bb8ed54866a6e57307f7b0c8d858eebf7843c (diff)
downloadbuilder-1a4d8f99217281c17624d6726f9f0249616b6bbe.tar.xz
build for i686 (instead of i486) for now
Diffstat (limited to 'bin/common-functions')
-rwxr-xr-xbin/common-functions4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/common-functions b/bin/common-functions
index 7ebe5fc..565ae85 100755
--- a/bin/common-functions
+++ b/bin/common-functions
@@ -56,8 +56,8 @@ apply_package_customizations() {
fi
if [ ! -f 'PKGBUILD.changes-applied' ]; then
- # add i486 to the arch list
- sed '/^arch=[^#]*any/!s|^\(arch=(\)\([^#]*)\)\s*\(#.*\)\?$|\1i486 \2|' -i 'PKGBUILD'
+ # add i686 to the arch list
+ sed '/^arch=[^#]*any/!s|^\(arch=(\)\([^#]*)\)\s*\(#.*\)\?$|\1'"'i686'"' \2|' -i 'PKGBUILD'
if [ -f "${repo_paths["archlinux32"]}/$2/$1/PKGBUILD" ]; then
# If this package has modifications (or is new), apply them now:
# append PKGBUILD