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
|
||||
|
||||
echo "Setting config..."
|
||||
make oldconfig
|
||||
make olddefconfig
|
||||
cp ../config .config
|
||||
|
||||
#diff -u ../config .config || :
|
||||
diff -u ../config .config || :
|
||||
|
||||
make -s kernelrelease > version
|
||||
echo "Prepared $pkgbase version $(<version)"
|
||||
|
|
Loading…
Reference in a new issue