finally fixing the issues
This commit is contained in:
parent
bb93e505a1
commit
1de3bc46bd
1 changed files with 1 additions and 4 deletions
5
PKGBUILD
5
PKGBUILD
|
@ -61,11 +61,8 @@ prepare() {
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "Setting config..."
|
echo "Setting config..."
|
||||||
|
make oldconfig
|
||||||
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