wok-next diff brscan/receipt @ rev 19950
Add libegl-mesa
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 16 12:41:47 2017 +0200 (2017-10-16) |
parents | eb8067417980 |
children | e323d0535e2c |
line diff
1.1 --- a/brscan/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/brscan/receipt Mon Oct 16 12:41:47 2017 +0200 1.3 @@ -71,10 +71,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/setupSaneScan -i 1.8 + chroot "$1/" /usr/local/Brother/sane/setupSaneScan -i 1.9 } 1.10 1.11 pre_remove() 1.12 { 1.13 - chroot $1/ /usr/local/Brother/sane/setupSaneScan -e 1.14 + chroot "$1/" /usr/local/Brother/sane/setupSaneScan -e 1.15 }