brother-brscan3: fix permissions
This commit is contained in:
parent
361c6033fc
commit
74acf1321f
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'brother-brscan3'
|
# Template file for 'brother-brscan3'
|
||||||
pkgname=brother-brscan3
|
pkgname=brother-brscan3
|
||||||
version=0.2.13
|
version=0.2.13
|
||||||
revision=1
|
revision=2
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="tar"
|
hostmakedepends="tar"
|
||||||
|
@ -44,6 +44,7 @@ do_install() {
|
||||||
ln -sf /usr/lib/libbrscandec3.so.1.0.0 ${DESTDIR}/usr/lib/libbrscandec3.so
|
ln -sf /usr/lib/libbrscandec3.so.1.0.0 ${DESTDIR}/usr/lib/libbrscandec3.so
|
||||||
vmkdir /opt/Brother
|
vmkdir /opt/Brother
|
||||||
vcopy "./usr/local/Brother/*" /opt/Brother/
|
vcopy "./usr/local/Brother/*" /opt/Brother/
|
||||||
|
chmod o-w ${DESTDIR}/opt/Brother/sane/brsanenetdevice3.cfg
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue