summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNOGISAKA Sadata2020-02-24 11:58:30 +0900
committerNOGISAKA Sadata2020-02-24 11:58:30 +0900
commite0a94d82f0c81317dce3ba6137f4c83055a9afae (patch)
treedecf46f31e27cca34b186b303c4eb3e31aca3d40 /PKGBUILD
parent0f4e4a6dc49e229ccd34f404566d6b3b3c096c05 (diff)
downloadaur-e0a94d82f0c81317dce3ba6137f4c83055a9afae.tar.gz
Bump up to 0.43-3
Remove config from /usr/lib/modules-load.d/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5c512efc846..ee11257e26fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=tp_smapi-dkms
pkgver=0.43
-pkgrel=2
+pkgrel=3
pkgdesc="DKMS controlled modules for ThinkPad's SMAPI functionality"
arch=(any)
url="http://www.thinkwiki.org/wiki/Tp_smapi"
@@ -34,9 +34,6 @@ package() {
-i "${pkgdir}"/usr/src/${pkgname}-${pkgver}/dkms.conf
sed -i 's/KVER/KERNELRELEASE/g' "${pkgdir}"/usr/src/${pkgname}-${pkgver}/Makefile
-
- # load module on startup
- echo tp_smapi | install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
}
# vim: set et sw=2 sts=2: