depends fix
This commit is contained in:
parent
cb1942971e
commit
c5c9a4e21f
2
PKGBUILD
2
PKGBUILD
@ -23,7 +23,7 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
depends=("linux=$(pacman -Q linux | awk '{print $2}')")
|
||||
depends+=("linux=$(pacman -Q linux | awk '{print $2}')")
|
||||
cd ${srcdir}/amneziawg-linux-kernel-module-${pkgver}/src
|
||||
install -Dm644 "${srcdir}/amneziawg-linux-kernel-module-${pkgver}/src/amneziawg.ko" "$pkgdir/usr/lib/modules/$(ls /usr/lib/modules/ | grep arch | sort -u | tail -1)/kernel/drivers/net/wireguard/amneziawg.ko"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user