summaryrefslogtreecommitdiff
path: root/pkg/sshfs/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sshfs/gen.lua')
-rw-r--r--pkg/sshfs/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sshfs/gen.lua b/pkg/sshfs/gen.lua
index 051496aa..214c7c63 100644
--- a/pkg/sshfs/gen.lua
+++ b/pkg/sshfs/gen.lua
@@ -6,7 +6,7 @@ cflags{
exe('sshfs', {
'sshfs.c', 'nocache.c', '$builddir/pkg/libfuse/libfuse.a',
-}, {'$builddir/pkg/libfuse/fetch.stamp'})
+}, {'pkg/libfuse/fetch'})
file('bin/sshfs', '755', '$outdir/sshfs')
man{'$dir/sshfs.1'}