[arch-commits] Commit in broadcom-wl/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Jul 22 21:29:57 UTC 2020
Date: Wednesday, July 22, 2020 @ 21:29:56
Author: heftig
Revision: 664923
6.30.223.271-214: linux 5.7.10.arch1-1
Modified:
broadcom-wl/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-22 21:29:55 UTC (rev 664922)
+++ PKGBUILD 2020-07-22 21:29:56 UTC (rev 664923)
@@ -5,7 +5,7 @@
#_kernelname=-custom # Build against kernel with a different name
pkgname=${_module}${_kernelname}
pkgver=6.30.223.271
-pkgrel=213
+pkgrel=214
pkgdesc='Broadcom 802.11 Linux STA wireless driver'
arch=('x86_64')
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
@@ -15,7 +15,7 @@
build() {
_kernver=$(</usr/src/linux${_kernelname}/version)
- dkms build --dkmstree "${srcdir}" -m ${_module}/${pkgver} -k ${_kernver}
+ fakeroot dkms build --dkmstree "${srcdir}" -m ${_module}/${pkgver} -k ${_kernver}
}
package() {
@@ -39,6 +39,3 @@
install -Dm644 ${_modprobe} "${pkgdir}"/${_modprobe/-dkms/${_kernelname}}
fi
}
-
-
-
More information about the arch-commits
mailing list