wok diff brscan2/receipt @ rev 19615
Up: mpfr (3.1.5)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Mon Jan 09 19:50:23 2017 +0000 (2017-01-09) |
parents | eb8067417980 |
children |
line diff
1.1 --- a/brscan2/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/brscan2/receipt Mon Jan 09 19:50:23 2017 +0000 1.3 @@ -70,10 +70,10 @@ 1.4 # Pre and post install and remove commands for Tazpkg. 1.5 post_install() 1.6 { 1.7 - chroot $1/ /usr/local/Brother/sane/setupSaneScan2 -i 1.8 + chroot "$1/" /usr/local/Brother/sane/setupSaneScan2 -i 1.9 } 1.10 1.11 pre_remove() 1.12 { 1.13 - chroot $1/ /usr/local/Brother/sane/setupSaneScan2 -e 1.14 + chroot "$1/" /usr/local/Brother/sane/setupSaneScan2 -e 1.15 }