From 77d4ef96316ad99f3c3ee90320fd8f62c5f6368c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 6 May 2021 16:47:13 +0200 Subject: update-archlinux32-package: kernel: `make alldefconfig` -> `make olddefconfig` (else we're suddenly building kernels for x86_64) --- update-archlinux32-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3