Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to set custom fusermount path #616

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

TingPing
Copy link
Member

This is only exposed in Meson as Autotools isn't recommended.

This also removes the 'fuse' option as it seems redundant.

Fixes #486

This is only exposed in Meson as Autotools isn't recommended.

This also removes the 'fuse' option as it seems redundant.
@smcv
Copy link
Collaborator

smcv commented Aug 19, 2024

This is only exposed in Meson as Autotools isn't recommended.

Actually the PR as proposed here would let Autotools users do something like ./configure FUSERMOUNT=fusermount3, which seems sufficient to deal with distros where this is necessary.

(In Debian and maybe others, after replacing FUSE 2 with FUSE 3, fusermount is a symlink to fusermount3 anyway - but not every OS vendor provides that compatibility symlink.)

Comment on lines +33 to +35
if [ -z "${FUSERMOUNT}" ]; then
FUSERMOUNT=fusermount
fi
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably better to do the equivalent of flatpak/flatpak#5751

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: unmount command should be fusermount3 when building only against fuse3
2 participants