mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 20:32:58 +02:00
v4l-utils: fix incorrect perms in usr/lib/libv4l, 0750 is enough.
This commit is contained in:
parent
38c90c3cab
commit
0a09c3268c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue