1
0

Linux 6.14.3 released

Dieser Commit ist enthalten in:
2025-04-22 01:45:14 +02:00
Ursprung ddeb435547
Commit 5ac8cc01e7
5 geänderte Dateien mit 11971 neuen und 9 gelöschten Zeilen
+3 -3
Datei anzeigen
@@ -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%.*}"