brother-brscan3: fix whitespace lints
This commit is contained in:
@@ -30,15 +30,15 @@ do_extract() {
|
|||||||
tar xzpvf data.tar.gz
|
tar xzpvf data.tar.gz
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install(){
|
do_install() {
|
||||||
# dlls and symlink (correctly put in /usr/lib)
|
# dlls and symlink (correctly put in /usr/lib)
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
vinstall ./usr/${mylibdir}/sane/libsane-brother3.so.1.0.7 755 usr/lib/sane
|
vinstall ./usr/${mylibdir}/sane/libsane-brother3.so.1.0.7 755 usr/lib/sane
|
||||||
ln -sf /usr/lib/sane/libsane-brother3.so.1.0.7 ${DESTDIR}/usr/lib/sane/libsane-brother3.so.1
|
ln -sf /usr/lib/sane/libsane-brother3.so.1.0.7 ${DESTDIR}/usr/lib/sane/libsane-brother3.so.1
|
||||||
ln -sf /usr/lib/sane/libsane-brother3.so.1.0.7 ${DESTDIR}/usr/lib/sane/libsane-brother3.so
|
ln -sf /usr/lib/sane/libsane-brother3.so.1.0.7 ${DESTDIR}/usr/lib/sane/libsane-brother3.so
|
||||||
vinstall ./usr/${mylibdir}/libbrscandec3.so.1.0.0 755 usr/lib
|
vinstall ./usr/${mylibdir}/libbrscandec3.so.1.0.0 755 usr/lib
|
||||||
ln -sf /usr/lib/libbrscandec3.so.1.0.0 ${DESTDIR}/usr/lib/libbrscandec3.so.1
|
ln -sf /usr/lib/libbrscandec3.so.1.0.0 ${DESTDIR}/usr/lib/libbrscandec3.so.1
|
||||||
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/
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user