Source: fuse3
Source-Version: 3.14.0-6
Severity: normal
Tags: patch

Hi!

The attached patch make the remaining pathname consistent with the
actual location of the files being installed (from the packaging
system point of view, and where the files end up physically on disk).

Thanks,
Guillem
From 122eb980aeef9800921dc41cb427ab1cce95d987 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guil...@debian.org>
Date: Sat, 24 Aug 2024 20:42:02 +0200
Subject: [PATCH] Use canonical pathnames in initramfs hook

Perform a full /usr-move to make the pathname consistent with the actual
location of the files being installed, both by the package and where
they end up physically on disk.
---
 debian/local/fuse.hook | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/local/fuse.hook b/debian/local/fuse.hook
index a2efefa..e96afd9 100644
--- a/debian/local/fuse.hook
+++ b/debian/local/fuse.hook
@@ -17,7 +17,7 @@ esac
 
 . /usr/share/initramfs-tools/hook-functions
 
-copy_exec /sbin/mount.fuse3 /sbin
+copy_exec /usr/sbin/mount.fuse3 /usr/sbin
 
 manual_add_modules fuse
 
-- 
2.45.2

Reply via email to