diff --git a/PKGBUILD b/PKGBUILD index 146c248..b5ef775 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # copied from Jan Alexander Steffens (heftig) pkgbase=linux-tom -pkgver=6.13.3.arch1 +pkgver=6.13.4.arch1 pkgrel=1 pkgdesc='Linux' url='https://github.com/archlinux/linux' @@ -84,6 +84,8 @@ prepare() { done echo "Setting config..." + # cp ../config .config + cfgver=../../config-${pkgver%.*} if test -f "${cfgver}" then @@ -94,12 +96,16 @@ prepare() { echo "copy original config file, ${cfgver} does not exist." cp ../config .config fi + make olddefconfig + # diff -u ../config .config || : + # this and next line is added by me, Thomas Kuschel oe3tkt read -p "Press enter to continue with menuconfig" make menuconfig diff -u ../config .config | tee "../../config-${pkgver%.*}.patch" || : cp .config "../../config-${pkgver%.*}" + make -s kernelrelease > version echo "Prepared $pkgbase version $(