Linux 6.14.3 released
This commit is contained in:
6
PKGBUILD
6
PKGBUILD
@@ -2,7 +2,7 @@
|
||||
# copied from Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||
|
||||
pkgbase=linux-tom
|
||||
pkgver=6.14.2.arch1
|
||||
pkgver=6.14.3.arch1
|
||||
pkgrel=1
|
||||
pkgdesc='Linux'
|
||||
url='https://github.com/archlinux/linux'
|
||||
@@ -106,8 +106,8 @@ prepare() {
|
||||
# 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
|
||||
read -p "Press enter to continue with nconfig (former menuconfig)"
|
||||
make nconfig
|
||||
diff -u ../config .config | tee "../../config-${pkgver%.*}.patch" || :
|
||||
cp .config "../../config-${pkgver%.*}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user