Date: Monday, May 13, 2013 @ 14:22:40 Author: tomegun Revision: 185331
upgpkg: pcmciautils 018-7 usr move Modified: pcmciautils/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-13 12:21:44 UTC (rev 185330) +++ PKGBUILD 2013-05-13 12:22:40 UTC (rev 185331) @@ -3,7 +3,7 @@ # Contributor: Tobias Powalowski <[email protected]> pkgname=pcmciautils pkgver=018 -pkgrel=6 +pkgrel=7 pkgdesc="Utilities for inserting and removing PCMCIA cards" arch=('i686' 'x86_64') url="http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" @@ -19,6 +19,7 @@ build() { cd "$pkgname-$pkgver" sed -i -e 's,/lib/udev,/usr/lib/udev,g' Makefile + sed -i -e 's,/sbin,/usr/bin,g' Makefile make }
