[arch-commits] Commit in dkms/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Fri Feb 19 15:47:23 UTC 2016


    Date: Friday, February 19, 2016 @ 16:47:23
  Author: seblu
Revision: 162591

upgpkg: dkms 2.2.0.3+git151023-3

- allow ordering of hooks by using numerical prefix

Modified:
  dkms/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-19 15:13:17 UTC (rev 162590)
+++ PKGBUILD	2016-02-19 15:47:23 UTC (rev 162591)
@@ -4,7 +4,7 @@
 
 pkgname=dkms
 pkgver=2.2.0.3+git151023
-pkgrel=2
+pkgrel=3
 pkgdesc='Dynamic Kernel Modules System'
 arch=('any')
 url='http://linux.dell.com/dkms/'
@@ -43,7 +43,7 @@
 
 package() {
   # alpm hook
-  install -D -m 644 dkms.hook "$pkgdir/usr/share/libalpm/hooks/dkms.hook"
+  install -D -m 644 dkms.hook "$pkgdir/usr/share/libalpm/hooks/70-dkms.hook"
   install -D -m 755 alpm-hook "$pkgdir/usr/lib/dkms/alpm-hook"
   # upstream installer
   cd dkms



More information about the arch-commits mailing list