index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
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) |
-rwxr-xr-x | update-archlinux32-package | 4 |
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 ' < \ |