diff options
| author | Michael Forney <mforney@mforney.org> | 2017-09-21 22:30:20 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-09-25 19:23:07 -0700 |
| commit | 28e4786f06f2468b0fc304daed245bf908f2ae0e (patch) | |
| tree | 57e240875817cc4ac0ee7ae389327ea706f66609 /pkg/sshfs/gen.lua | |
| parent | b62a42b67fdb29b449b10601618dc53847c19024 (diff) | |
sshfs: Update to 3.3.0
Diffstat (limited to 'pkg/sshfs/gen.lua')
| -rw-r--r-- | pkg/sshfs/gen.lua | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/pkg/sshfs/gen.lua b/pkg/sshfs/gen.lua index e7b0e565..051496aa 100644 --- a/pkg/sshfs/gen.lua +++ b/pkg/sshfs/gen.lua @@ -4,17 +4,10 @@ cflags{ '-I pkg/libfuse/src/include', } -build('sed', '$outdir/sshfs.1', '$srcdir/sshfs.1.in', { - expr={ - [[-e 's,@UNMOUNT_COMMAND@,fusermount3 -u,']], - [[-e 's,@IDMAP_DEFAULT@,"none",']], - }, -}) - exe('sshfs', { 'sshfs.c', 'nocache.c', '$builddir/pkg/libfuse/libfuse.a', }, {'$builddir/pkg/libfuse/fetch.stamp'}) file('bin/sshfs', '755', '$outdir/sshfs') -man{'$outdir/sshfs.1'} +man{'$dir/sshfs.1'} fetch 'git' |
