|
@@ -4,7 +4,7 @@ pkgname=surface-aggregator-module-dkms
|
|
_modname=surface_sam
|
|
_modname=surface_sam
|
|
_modver=0.1
|
|
_modver=0.1
|
|
pkgver=0.1
|
|
pkgver=0.1
|
|
-pkgrel=1
|
|
|
|
|
|
+pkgrel=2
|
|
pkgdesc="ACPI/Platform Drivers for Surface gen5+ products, dkms version"
|
|
pkgdesc="ACPI/Platform Drivers for Surface gen5+ products, dkms version"
|
|
arch=(any)
|
|
arch=(any)
|
|
url="http://github.com/linux-surface/surface-aggregator-module"
|
|
url="http://github.com/linux-surface/surface-aggregator-module"
|
|
@@ -29,5 +29,5 @@ package() {
|
|
cp -t "${pkgdir}"/usr/src/${_modname}-${_modver}/ module/*
|
|
cp -t "${pkgdir}"/usr/src/${_modname}-${_modver}/ module/*
|
|
|
|
|
|
# blacklist the precompiled modules
|
|
# blacklist the precompiled modules
|
|
- install -Dt "${pkgdir}"/etc/modprobe.d/surface-sam.conf -m644 surface-sam.conf
|
|
|
|
|
|
+ install -Dt "${pkgdir}"/etc/modprobe.d -m644 ${srcdir}/surface-sam.conf
|
|
}
|
|
}
|