Explorar o código

Fix surface-aggregator-module build.

Blaž Hrastnik %!s(int64=5) %!d(string=hai) anos
pai
achega
aea6bd0b1a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      pkg/arch/surface-aggregator-module/PKGBUILD

+ 2 - 2
pkg/arch/surface-aggregator-module/PKGBUILD

@@ -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
 }
 }