diff options
Diffstat (limited to 'extra/sshfs')
| -rw-r--r-- | extra/sshfs/gen.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/sshfs/gen.rc b/extra/sshfs/gen.rc index cdb5abf6..07cc8249 100644 --- a/extra/sshfs/gen.rc +++ b/extra/sshfs/gen.rc @@ -7,7 +7,8 @@ cflags\ build '$outdir'/sshfs.1 sed '$srcdir'/sshfs.1.in ; with\ expr 's,__UNMOUNT_COMMAND__,''fusermount -u'',' -exe sshfs sshfs.c nocache.c '$builddir'/extra/libfuse/libfuse.a +exe sshfs -d '$builddir'/extra/libfuse/fetch.stamp\ + sshfs.c nocache.c '$builddir'/extra/libfuse/libfuse.a file bin/sshfs '$outdir'/sshfs 755 file share/man/man1/sshfs.1 '$outdir'/sshfs.1 644 |
