wok diff xsshfs/receipt @ rev 18896

linux: CONFIG_INPUT_WISTRON_BTNS=m
author Richard Dunbar <mojo@slitaz.org>
date Sat Feb 13 16:01:41 2016 -0500 (2016-02-13)
parents 32602ffb2d72
children b206aa4371e3
line diff
     1.1 --- a/xsshfs/receipt	Tue Sep 01 12:25:21 2015 +0200
     1.2 +++ b/xsshfs/receipt	Sat Feb 13 16:01:41 2016 -0500
     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/bin/fusermount|' $fs/usr/share/xsshfs/xsshfs.pm
     1.8 -	sed -i "s|xdg-open|pcmanfm|' $fs/usr/share/xsshfs/xsshfs.pm
     1.9 +	sed -i 's|"/bin/fusermount|"/usr/bin/fusermount|' $fs/usr/share/xsshfs/xsshfs.pm
    1.10 +	sed -i 's|xdg-open|pcmanfm|' $fs/usr/share/xsshfs/xsshfs.pm
    1.11  }