There is no symlink fusermount->fusermount3 by default (#22638)

This commit is contained in:
Harmen Stoppels 2021-03-30 23:05:37 +02:00 committed by GitHub
parent 2747af6000
commit 64d4ab85e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ class Libfuse(MesonPackage):
# Drops the install script which does system configuration
patch('0001-Do-not-run-install-script.patch', when='~system_install')
executables = ['^fusermount$']
executables = ['^fusermount3?$']
@classmethod
def determine_version(cls, exe):