Date: Saturday, March 31, 2012 @ 19:04:09
  Author: tomegun
Revision: 154967

upgpkg: pcmciautils 018-3

move udev helpers and rules to /usr/lib

Modified:
  pcmciautils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-03-31 23:02:48 UTC (rev 154966)
+++ PKGBUILD    2012-03-31 23:04:09 UTC (rev 154967)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski <[email protected]>
 pkgname=pcmciautils
 pkgver=018
-pkgrel=2
+pkgrel=3
 pkgdesc="Utilities for inserting and removing PCMCIA cards"
 arch=(i686 x86_64)
 url="http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html";
@@ -18,7 +18,8 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e 's,/usr/bin/install,/bin/install,g' Makefile
+  sed -i -e 's,/usr/bin/install,install,g;
+             s,/lib/udev,/usr/lib/udev,g' Makefile
   make
 }
 

Reply via email to