fix again?
This commit is contained in:
parent
bc316319a4
commit
2a8fea8844
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -61,10 +61,10 @@ prepare() {
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "Setting config..."
|
echo "Setting config..."
|
||||||
make oldconfig
|
make olddefconfig
|
||||||
cp ../config .config
|
cp ../config .config
|
||||||
|
|
||||||
#diff -u ../config .config || :
|
diff -u ../config .config || :
|
||||||
|
|
||||||
make -s kernelrelease > version
|
make -s kernelrelease > version
|
||||||
echo "Prepared $pkgbase version $(<version)"
|
echo "Prepared $pkgbase version $(<version)"
|
||||||
|
|
Loading…
Reference in a new issue