Date: Thursday, May 30, 2013 @ 23:07:30 Author: tomegun Revision: 186733
upgpkg: v4l-utils 0.9.5-2 usrmove Modified: v4l-utils/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-30 21:06:55 UTC (rev 186732) +++ PKGBUILD 2013-05-30 21:07:30 UTC (rev 186733) @@ -2,7 +2,7 @@ # Maintainer: Thomas Bächler <[email protected]> pkgname=v4l-utils pkgver=0.9.5 -pkgrel=1 +pkgrel=2 pkgdesc="Userspace tools and conversion library for Video 4 Linux" arch=('i686' 'x86_64') url="http://freshmeat.net/projects/libv4l" @@ -23,7 +23,7 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc + ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin make }
