v4l-utils: fix incorrect perms in usr/lib/libv4l, 0750 is enough.

This commit is contained in:
Juan RP 2011-10-08 08:15:21 +02:00
parent 38c90c3cab
commit 0a09c3268c

View file

@ -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
}