summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-05-06 16:47:13 +0200
committerErich Eckner <git@eckner.net>2021-05-06 16:47:13 +0200
commit77d4ef96316ad99f3c3ee90320fd8f62c5f6368c (patch)
tree8539008ea0e7910d96fc4a9ab91fec4eb1ad1fb3
parent185beeb2d70b7e80e9644e2cf6270ac61ee365ef (diff)
downloaddevops-77d4ef96316ad99f3c3ee90320fd8f62c5f6368c.tar.xz
update-archlinux32-package: kernel: `make alldefconfig` -> `make olddefconfig` (else we're suddenly building kernels for x86_64)
-rwxr-xr-xupdate-archlinux32-package2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-archlinux32-package b/update-archlinux32-package
index b488ec6..3659c02 100755
--- a/update-archlinux32-package
+++ b/update-archlinux32-package
@@ -303,7 +303,7 @@ case ${update_path} in
ssh arch32-test '
cd '"${pkgname}"'
sed -i '"'"'
- /make \(old\|prepare\)/ i make alldefconfig
+ /make \(old\|prepare\)/ i make olddefconfig
s/^}$/return 1\n\0/
'"'"' PKGBUILD
makepkg -fcrs --asdeps --noconfirm