Date: Sunday, November 27, 2022 @ 07:21:02
Author: tpowa
Revision: 462631
#76673 use configure switch for module blacklist disabling
Modified:
hwdata/trunk/PKGBUILD
----------+
PKGBUILD | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-27 07:13:34 UTC (rev 462630)
+++ PKGBUILD 2022-11-27 07:21:02 UTC (rev 462631)
@@ -14,13 +14,10 @@
build() {
cd ${pkgname}
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-blacklist
}
package() {
cd ${pkgname}
make DESTDIR="${pkgdir}" install
-
- # Do not package blacklist of kernel modules
- rm -rf "${pkgdir}"/usr/lib/
}