summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-14 14:35:20 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-14 14:35:20 -0200
commit8f6e811fa4dfa969feb17ef6c04542ce0027a185 (patch)
tree19bc0f37e3c3e8677f77bbc6d4f86cabd9d237fc /libre
parent429d0d1191f693af2c81923bde78b227bd54705f (diff)
acpi_call-libre-lts-1.1.0-2: fix FS#38895 => https://bugs.archlinux.org/task/38895
Diffstat (limited to 'libre')
-rw-r--r--libre/acpi_call-libre-lts/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
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 <alucryd@gmail.com>
# Contributor: mortzu <me@mortzu.de>
# Contributor: fnord0 <fnord0@riseup.net>
@@ -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: