# HG changeset patch # User Pascal Bellard # Date 1441112954 -7200 # Node ID e37473ea7fa33316777e1f147f9382622a68aef6 # Parent 32602ffb2d7242cc068d3362d43abe98f8c5e254 Add xsshfs (again) diff -r 32602ffb2d72 -r e37473ea7fa3 xsshfs/receipt --- a/xsshfs/receipt Tue Sep 01 12:25:21 2015 +0200 +++ b/xsshfs/receipt Tue Sep 01 15:09:14 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/bin/fusermount|' $fs/usr/share/xsshfs/xsshfs.pm - sed -i "s|xdg-open|pcmanfm|' $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 }