From 8f6e811fa4dfa969feb17ef6c04542ce0027a185 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 14 Feb 2014 14:35:20 -0200 Subject: acpi_call-libre-lts-1.1.0-2: fix FS#38895 => https://bugs.archlinux.org/task/38895 --- libre/acpi_call-libre-lts/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libre/acpi_call-libre-lts') diff --git a/libre/acpi_call-libre-lts/PKGBUILD b/libre/acpi_call-libre-lts/PKGBUILD index 3e14d035e..1902faf33 100644 --- a/libre/acpi_call-libre-lts/PKGBUILD +++ b/libre/acpi_call-libre-lts/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 104847 2014-01-27 15:09:28Z alucryd $ +# $Id: PKGBUILD 105695 2014-02-14 08:30:36Z alucryd $ # Maintainer: Maxime Gauduin # Contributor: mortzu # Contributor: fnord0 @@ -6,7 +6,7 @@ _pkgname=acpi_call-lts pkgname=acpi_call-libre-lts pkgver=1.1.0 -pkgrel=1 +pkgrel=2 _extramodules=extramodules-3.10-LIBRE-LTS pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call (built for the linux-libre-lts kernel package)' arch=('i686' 'x86_64') @@ -33,12 +33,12 @@ package() { cd ${_pkgname%-*}-${pkgver} install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d} - install -m 644 ${_pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules} + install -m 644 ${_pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/ gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${_pkgname%-*}.ko - echo ${_pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${_pkgname%-*}.conf + echo ${_pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${_pkgname}.conf - install -dm 755 "${pkgdir}"/usr/share/${_pkgname%-*} - cp -dr --no-preserve='ownership' {examples,support} "${pkgdir}"/usr/share/${_pkgname%-*}/ + install -dm 755 "${pkgdir}"/usr/share/${_pkgname} + cp -dr --no-preserve='ownership' {examples,support} "${pkgdir}"/usr/share/${_pkgname}/ } # vim: ts=2 sw=2 et: -- cgit v1.2.3