update: update linux-sources

This commit is contained in:
2026-01-21 15:53:36 -05:00
parent d592f4e09e
commit 065013c0df
+2 -1
View File
@@ -1,4 +1,5 @@
pkgname="linux-sources"
_name=linux
pkgver="6.16.1"
pkgdesc="Linux kernel"
homepage="https://www.kernel.org/"
@@ -23,7 +24,7 @@ src_check() {
src_install() {
install -d -v -m755 ${pkgdir}/usr/src/
mv -v ${pkgname}-${pkgver} ${pkgdir}/usr/src/
mv -v ${_name}-${pkgver} ${pkgdir}/usr/src/
install -v -m755 -d ${pkgdir}/etc/modprobe.d
}