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

Thomas Bächler thomas at archlinux.org
Thu Jun 10 21:48:18 UTC 2010


    Date: Thursday, June 10, 2010 @ 17:48:17
  Author: thomas
Revision: 82401

Fix udev rule location

Modified:
  hal/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-10 21:42:10 UTC (rev 82400)
+++ PKGBUILD	2010-06-10 21:48:17 UTC (rev 82401)
@@ -4,7 +4,7 @@
 
 pkgname=hal
 pkgver=0.5.14
-pkgrel=3
+pkgrel=4
 pkgdesc="Hardware Abstraction Layer"
 arch=(i686 x86_64)
 license=('GPL' 'custom')
@@ -76,4 +76,8 @@
 
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
+  
+  # Fix udev rule location
+  install -d -m755 "${pkgdir}/lib"
+  mv "${pkgdir}/etc/udev" "${pkgdir}/lib/"
 }




More information about the arch-commits mailing list