mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/rtl8821ce-lts: fix module install path
This commit is contained in:
parent
359c5ad57f
commit
4e54d18dec
@ -9,7 +9,7 @@ _flavor="$FLAVOR"
|
||||
pkgname="rtl8821ce-lts"
|
||||
pkgver="0_git20200211"
|
||||
_commit=74c454f7af8ec3426cc6a937f37c562c10f49bd2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Wifi drivers for Realtek 8821ce"
|
||||
url="https://github.com/tomaspinho/rtl8821ce"
|
||||
arch="x86_64 x86" # Only builds on these platforms
|
||||
@ -39,7 +39,7 @@ build() {
|
||||
|
||||
package() {
|
||||
install -Dm0644 8821ce.ko \
|
||||
"$pkgdir"/lib/module/$_kver-$_krel-$_flavor/extra/8821ce.ko
|
||||
"$pkgdir"/lib/modules/$_kver-$_krel-$_flavor/extra/8821ce.ko
|
||||
}
|
||||
|
||||
sha512sums="8de5f2ddfa84a72e4ff3d2a1450201b628c82dc4a163b9329f448f4088510f63ff5997da51d2fbb2be306bed752fa77d9d4920cb08d4fb410c82b578d995f19c rtl8821ce-lts-0_git20200211.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user