From 74acf1321f769e285448bec7d127a26df0e0dc7f Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 8 Aug 2021 13:16:40 +0200 Subject: [PATCH] brother-brscan3: fix permissions --- srcpkgs/brother-brscan3/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/brother-brscan3/template b/srcpkgs/brother-brscan3/template index 38bf432986e..4ca8965c65a 100644 --- a/srcpkgs/brother-brscan3/template +++ b/srcpkgs/brother-brscan3/template @@ -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 }