update: update linux-sources
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user