diff --git a/srcpkgs/v4l-utils/template b/srcpkgs/v4l-utils/template index c178c31aec9..b7d86abadca 100644 --- a/srcpkgs/v4l-utils/template +++ b/srcpkgs/v4l-utils/template @@ -1,6 +1,7 @@ # Template file for 'v4l-utils' pkgname=v4l-utils version=0.8.5 +revision=1 distfiles="http://linuxtv.org/downloads/$pkgname/$pkgname-$version.tar.bz2" build_style=custom-install short_desc="Userspace tools and libraries for Video 4 Linux" @@ -47,4 +48,5 @@ do_install() { make PREFIX=/usr DESTDIR=${DESTDIR} install rm -f ${DESTDIR}/usr/bin/ivtv-ctl + chmod 0755 ${DESTDIR}/usr/lib/libv4l }