From 88372bc202b7df7914588a623748d0fd6292e826 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 29 May 2020 11:04:03 +0200 Subject: update-archlinux32-package: do not exit prepare() after config-copy immediately - still run the rest of it! --- update-archlinux32-package | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update-archlinux32-package b/update-archlinux32-package index 4f3b2b7..16cd835 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -469,8 +469,8 @@ case ${update_path} in /^arch=[^#]*any/!{ /^arch=(/s/(/(i486 i686 pentium4 / } - /^\s*cp .\+ \.config\s*$/ a make olddefconfig \ - mv .config .processed-config \ + /^\s*cp .\+ \.config\s*$/ a make olddefconfig + /^}$/ i mv .config .processed-config \ return 1 '"'"' PKGBUILD ' < \ -- cgit v1.2.3