# HG changeset patch # User Pascal Bellard # Date 1441103121 -7200 # Node ID 32602ffb2d7242cc068d3362d43abe98f8c5e254 # Parent 442615e1f82c6c88edcdc2f84309ffe5f7bc1a13 Add xsshfs (again) diff -r 442615e1f82c -r 32602ffb2d72 xsshfs/receipt --- a/xsshfs/receipt Tue Sep 01 12:21:38 2015 +0200 +++ b/xsshfs/receipt Tue Sep 01 12:25:21 2015 +0200 @@ -18,6 +18,6 @@ { cp -a $src/usr $fs/ sed -i 's|/bin/bash|/bin/sh|' $fs/usr/bin/xsshfs - sed -i "s|"/bin/fusermount|"/usr&|' $fs/usr/share/xsshfs/xsshfs.pm + sed -i "s|"/bin/fusermount|"/usr/bin/fusermount|' $fs/usr/share/xsshfs/xsshfs.pm sed -i "s|xdg-open|pcmanfm|' $fs/usr/share/xsshfs/xsshfs.pm }