brother-brscan3: fix permissions

This commit is contained in:
Michal Vasilek 2021-08-08 13:16:40 +02:00
parent 361c6033fc
commit 74acf1321f

View file

@ -1,7 +1,7 @@
# Template file for 'brother-brscan3'
pkgname=brother-brscan3
version=0.2.13
revision=1
revision=2
archs="i686 x86_64"
create_wrksrc=yes
hostmakedepends="tar"
@ -44,6 +44,7 @@ do_install() {
ln -sf /usr/lib/libbrscandec3.so.1.0.0 ${DESTDIR}/usr/lib/libbrscandec3.so
vmkdir /opt/Brother
vcopy "./usr/local/Brother/*" /opt/Brother/
chmod o-w ${DESTDIR}/opt/Brother/sane/brsanenetdevice3.cfg
vlicense LICENSE
}