Description: Fix hardcoded umount path
Author: Athos Ribeiro <athos@debian.org>
Forwarded: no
Last-Update: 2025-11-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/ext/fusefs_fuse.c
+++ b/ext/fusefs_fuse.c
@@ -38,7 +38,7 @@
 
   if (mounted_at && fusech) {
     fuse_unmount(mounted_at, fusech);
-    sprintf(buf, "/sbin/umount %s", mounted_at);
+    sprintf(buf, "/usr/bin/umount %s", mounted_at);
     system(buf);
   }
   if (fuse_instance)
