summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-02-05 09:59:52 +0100
committerErich Eckner <git@eckner.net>2020-02-05 09:59:52 +0100
commit1513af5b3a7c5fb523060b82a903c2c32b9c1a8b (patch)
tree449b81618eae5da76125a3375afe9fe213054cfb
parentaefc1e7fe1cfd6e95a7dc693e09c1916832d9545 (diff)
downloaddevops-1513af5b3a7c5fb523060b82a903c2c32b9c1a8b.tar.xz
update-archlinux32-package: "kernel with upstream": run `make oldconfig` more robustly
-rwxr-xr-xupdate-archlinux32-package2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-archlinux32-package b/update-archlinux32-package
index 4c712d8..3ad636e 100755
--- a/update-archlinux32-package
+++ b/update-archlinux32-package
@@ -469,7 +469,7 @@ case ${update_path} in
/^arch=[^#]*any/!{
/^arch=(/s/(/(i486 i686 pentium4 /
}
- /make oldconfig/ s/^\s*#//
+ /^\s*cp .\+ \.config\s$/ a make oldconfig
s/^}$/return 1\n\0/
'"'"' PKGBUILD
' < \