wok-current rev 18322
Add xsshfs (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 12:25:21 2015 +0200 (2015-09-01) |
parents | 442615e1f82c |
children | e37473ea7fa3 |
files | xsshfs/receipt |
line diff
1.1 --- a/xsshfs/receipt Tue Sep 01 12:21:38 2015 +0200 1.2 +++ b/xsshfs/receipt Tue Sep 01 12:25:21 2015 +0200 1.3 @@ -18,6 +18,6 @@ 1.4 { 1.5 cp -a $src/usr $fs/ 1.6 sed -i 's|/bin/bash|/bin/sh|' $fs/usr/bin/xsshfs 1.7 - sed -i "s|"/bin/fusermount|"/usr&|' $fs/usr/share/xsshfs/xsshfs.pm 1.8 + sed -i "s|"/bin/fusermount|"/usr/bin/fusermount|' $fs/usr/share/xsshfs/xsshfs.pm 1.9 sed -i "s|xdg-open|pcmanfm|' $fs/usr/share/xsshfs/xsshfs.pm 1.10 }