summaryrefslogtreecommitdiff
path: root/testing/pcmciautils
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-03 00:01:35 +0000
committerroot <root@rshg054.dnsready.net>2012-04-03 00:01:35 +0000
commitc7cb603f86b4d4fb6567e3faa15b916a306f7004 (patch)
treebfdbca0002d6aeecc13f29a1c14d3991e6e93d4c /testing/pcmciautils
parent321f44e3a5da426309c4b6664af035c97f907565 (diff)
Tue Apr 3 00:01:35 UTC 2012
Diffstat (limited to 'testing/pcmciautils')
-rw-r--r--testing/pcmciautils/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/pcmciautils/PKGBUILD b/testing/pcmciautils/PKGBUILD
index 3016b5667..e8acc5a2e 100644
--- a/testing/pcmciautils/PKGBUILD
+++ b/testing/pcmciautils/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 153429 2012-03-13 20:10:33Z tomegun $
+# $Id: PKGBUILD 155317 2012-04-01 19:52:53Z tomegun $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
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 @@ options=(!makeflags)
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
}