summaryrefslogtreecommitdiff
path: root/update-archlinux32-package
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-05-29 11:04:03 +0200
committerErich Eckner <git@eckner.net>2020-05-29 11:04:03 +0200
commit88372bc202b7df7914588a623748d0fd6292e826 (patch)
tree01057e3ede432c46a7d7f84c6e8beaae589b6194 /update-archlinux32-package
parentdabed2b92fe49dd5b88dd942a7dd26a9e4477d3d (diff)
downloaddevops-88372bc202b7df7914588a623748d0fd6292e826.tar.xz
update-archlinux32-package: do not exit prepare() after config-copy immediately - still run the rest of it!
Diffstat (limited to 'update-archlinux32-package')
-rwxr-xr-xupdate-archlinux32-package4
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
' < \