From 0a09c3268c33fe6fa772453b21f2ab921596ea44 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 8 Oct 2011 08:15:21 +0200 Subject: [PATCH] v4l-utils: fix incorrect perms in usr/lib/libv4l, 0750 is enough. --- srcpkgs/v4l-utils/template | 2 ++ 1 file changed, 2 insertions(+) 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 }