# fss-0002

main:
  sed -i -e 's|/usr/lib/sftp-server|/sbin/sftp-server|' sshfs.c
  ./configure $CONF $DOCDIR --disable-sshnodelay
  make
  make install
  chgrp e_ssh /bin/sshfs
  chmod o-rx /bin/sshfs
