From bb93e505a1469b980cb5fefdad8ea0166edfe943 Mon Sep 17 00:00:00 2001 From: Crimson Hawk Date: Fri, 12 Jul 2024 21:55:40 +0800 Subject: [PATCH] fix no auto defualt found --- PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PKGBUILD b/PKGBUILD index 8de7648..9b6547e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -62,6 +62,10 @@ prepare() { echo "Setting config..." cp ../config .config + mkdir ./include + mkdir ./include/config + touch ./include/config/auto.conf + cp ../config ./include/config/auto.conf #diff -u ../config .config || :