fix no auto defualt found
This commit is contained in:
parent
8fe85a33e9
commit
bb93e505a1
1 changed files with 4 additions and 0 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -62,6 +62,10 @@ prepare() {
|
||||||
|
|
||||||
echo "Setting config..."
|
echo "Setting config..."
|
||||||
cp ../config .config
|
cp ../config .config
|
||||||
|
mkdir ./include
|
||||||
|
mkdir ./include/config
|
||||||
|
touch ./include/config/auto.conf
|
||||||
|
cp ../config ./include/config/auto.conf
|
||||||
|
|
||||||
#diff -u ../config .config || :
|
#diff -u ../config .config || :
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue