diff options
author | Erich Eckner <git@eckner.net> | 2020-05-29 11:04:03 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-05-29 11:04:03 +0200 |
commit | 88372bc202b7df7914588a623748d0fd6292e826 (patch) | |
tree | 01057e3ede432c46a7d7f84c6e8beaae589b6194 | |
parent | dabed2b92fe49dd5b88dd942a7dd26a9e4477d3d (diff) | |
download | devops-88372bc202b7df7914588a623748d0fd6292e826.tar.xz |
update-archlinux32-package: do not exit prepare() after config-copy immediately - still run the rest of it!
-rwxr-xr-x | update-archlinux32-package | 4 |
1 files 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 ' < \ |