v4l-utils: fix incorrect perms in usr/lib/libv4l, 0750 is enough.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Template file for 'v4l-utils'
|
# Template file for 'v4l-utils'
|
||||||
pkgname=v4l-utils
|
pkgname=v4l-utils
|
||||||
version=0.8.5
|
version=0.8.5
|
||||||
|
revision=1
|
||||||
distfiles="http://linuxtv.org/downloads/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="http://linuxtv.org/downloads/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="Userspace tools and libraries for Video 4 Linux"
|
short_desc="Userspace tools and libraries for Video 4 Linux"
|
||||||
@@ -47,4 +48,5 @@ do_install()
|
|||||||
{
|
{
|
||||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||||
rm -f ${DESTDIR}/usr/bin/ivtv-ctl
|
rm -f ${DESTDIR}/usr/bin/ivtv-ctl
|
||||||
|
chmod 0755 ${DESTDIR}/usr/lib/libv4l
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user