summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxuzhenglun2016-03-13 13:10:57 +0800
committerxuzhenglun2016-03-13 13:10:57 +0800
commitd60eced0ba04c539580e60c838af5071e7062dfb (patch)
tree2f372c711bbecee2c97901dfff14c5bd2fe2a3c4 /PKGBUILD
parentd0f663fb882e43a75ec32a109657a1186f90460c (diff)
downloadaur-d60eced0ba04c539580e60c838af5071e7062dfb.tar.gz
fix compatibility with broadcom-wl
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98cae0ab26cb..495365e0c81e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,5 +50,5 @@ package() {
gzip "$pkgdir"/usr/lib/modules/extramodules-"$_kernmajor"-lts/wl.ko
install -Dm644 lib/LICENSE.txt "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
- install -Dm644 modprobe.d "$pkgdir"/usr/lib/modprobe.d/broadcom-wl.conf
+ install -Dm644 modprobe.d "$pkgdir"/usr/lib/modprobe.d/broadcom-wl-lts.conf
}