diff options
author | Erich Eckner <git@eckner.net> | 2021-04-26 10:04:51 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-04-26 10:04:51 +0200 |
commit | 185beeb2d70b7e80e9644e2cf6270ac61ee365ef (patch) | |
tree | c6090016c22a5fac9ff40598b18b779c98f617b7 | |
parent | b528cb1279bac261e6d476a50e6216163f2d735c (diff) | |
download | devops-185beeb2d70b7e80e9644e2cf6270ac61ee365ef.tar.xz |
update-archlinux32-package: linux-(pae|olpc-xo1): run `make alldefconfig` more often and earlier
-rwxr-xr-x | update-archlinux32-package | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-archlinux32-package b/update-archlinux32-package index e2e8ba0..b488ec6 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -303,7 +303,7 @@ case ${update_path} in ssh arch32-test ' cd '"${pkgname}"' sed -i '"'"' - /make oldconfig/ s/^\s*#// + /make \(old\|prepare\)/ i make alldefconfig s/^}$/return 1\n\0/ '"'"' PKGBUILD makepkg -fcrs --asdeps --noconfirm |