From 4e554f04953e88ec03f645001c5153461d760bc0 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 18 Mar 2019 13:41:47 -0700 Subject: Rename libfuse to fuse Although the upstream repository is called libfuse, the distributed source archives are called fuse, and this is how most other distributions name the package. --- pkg/sshfs/gen.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkg/sshfs') diff --git a/pkg/sshfs/gen.lua b/pkg/sshfs/gen.lua index 214c7c63..bae81fc2 100644 --- a/pkg/sshfs/gen.lua +++ b/pkg/sshfs/gen.lua @@ -1,12 +1,12 @@ cflags{ '-D FUSE_USE_VERSION=31', '-I $dir', - '-I pkg/libfuse/src/include', + '-I pkg/fuse/src/include', } exe('sshfs', { - 'sshfs.c', 'nocache.c', '$builddir/pkg/libfuse/libfuse.a', -}, {'pkg/libfuse/fetch'}) + 'sshfs.c', 'nocache.c', '$builddir/pkg/fuse/libfuse.a', +}, {'pkg/fuse/fetch'}) file('bin/sshfs', '755', '$outdir/sshfs') man{'$dir/sshfs.1'} -- cgit v1.2.3