fixed redundant nvidia line in pkgbuild that causes build fail
This commit is contained in:
parent
a307265ff3
commit
3e9b87139f
1 changed files with 0 additions and 2 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -1,5 +1,4 @@
|
|||
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||
|
||||
pkgbase=linux-custom-ultimate
|
||||
pkgver=6.9.8.arch1
|
||||
pkgrel=1
|
||||
|
@ -77,7 +76,6 @@ build() {
|
|||
}
|
||||
|
||||
_package() {
|
||||
install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids
|
||||
pkgdesc="The $pkgdesc kernel and modules"
|
||||
depends=(
|
||||
coreutils
|
||||
|
|
Loading…
Reference in a new issue