Date: Wednesday, February 5, 2020 @ 13:28:46 Author: eworm Revision: 563191
upgpkg: acpi_call-dkms 1.1.0-286 fix path Modified: acpi_call-dkms/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-05 13:28:32 UTC (rev 563190) +++ PKGBUILD 2020-02-05 13:28:46 UTC (rev 563191) @@ -4,7 +4,7 @@ pkgname=acpi_call-dkms pkgver=1.1.0 -pkgrel=285 +pkgrel=286 pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call - module sources' url='https://github.com/mkottman/acpi_call' arch=('x86_64') @@ -31,7 +31,7 @@ package() { cd acpi_call-$pkgver - install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m0644 Makefile acpi_call.c ../dkms.conf + install -Dt "$pkgdir/usr/src/acpi_call-$pkgver" -m0644 Makefile acpi_call.c ../dkms.conf echo acpi_call | install -Dm0644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
