UPD PKGBUILD for 6.13

This commit is contained in:
2025-01-27 01:53:51 +01:00
parent 0546cc9148
commit 665600e049
3 changed files with 137 additions and 39 deletions

View File

@@ -88,7 +88,8 @@ prepare() {
make olddefconfig
# this and next line is added by me, Thomas Kuschel oe3tkt
make menuconfig
diff -u ../config .config || :
diff -u ../config .config | tee "../../config-${pkgver%.*}.patch" || :
cp .config "../../config-${pkgver%.*}"
make -s kernelrelease > version
echo "Prepared $pkgbase version $(<version)"