index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
-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 ' < \ |