diff options
| author | Nippy <bot@raveos.hu> | 2026-05-24 12:08:03 +0200 |
|---|---|---|
| committer | Nippy <bot@raveos.hu> | 2026-05-24 12:08:03 +0200 |
| commit | 8168f94c10d089348e43ee4cd1b1de1704c28414 (patch) | |
| tree | 1b992b308d495dd67d60a3f1cdec0bfaa76f224a /linux-raveos | |
| parent | c6116496369481fccc546d4ac6da3415996e1b48 (diff) | |
| download | RaveOS-PKGBUILD-8168f94c10d089348e43ee4cd1b1de1704c28414.tar.gz RaveOS-PKGBUILD-8168f94c10d089348e43ee4cd1b1de1704c28414.zip | |
fix: add olddefconfig before prepare to prevent interactive syncconfig
Diffstat (limited to 'linux-raveos')
| -rw-r--r-- | linux-raveos/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-raveos/PKGBUILD b/linux-raveos/PKGBUILD index db430d6..262f8df 100644 --- a/linux-raveos/PKGBUILD +++ b/linux-raveos/PKGBUILD @@ -381,6 +381,7 @@ prepare() { ### Rewrite configuration echo "Rewrite configuration..." + make "${BUILD_FLAGS[@]}" olddefconfig make "${BUILD_FLAGS[@]}" prepare yes "" | make "${BUILD_FLAGS[@]}" config >/dev/null diff -u ../config .config || : |