[neon/backports-focal/fuse3/Neon/release] debian: workaround install fail in docker it runs a test needing mknod which does not work
Jonathan Esk-Riddell
null at kde.org
Wed Mar 23 12:41:55 GMT 2022
Git commit 0b1e459c01196ab0d46c7e7e2d1736467e4bcbb9 by Jonathan Esk-Riddell.
Committed on 23/03/2022 at 12:41.
Pushed by jriddell into branch 'Neon/release'.
workaround install fail in docker it runs a test needing mknod which does not work
M +2 -0 debian/rules
https://invent.kde.org/neon/backports-focal/fuse3/commit/0b1e459c01196ab0d46c7e7e2d1736467e4bcbb9
diff --git a/debian/rules b/debian/rules
index d6f8712..3bd9bf9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,6 +50,8 @@ endif
# adding initramfs-tools integration
install -D -m 0755 debian/local/fuse.hook debian/fuse3/usr/share/initramfs-tools/hooks/fuse
+ mkdir debian/tmp/dev
+ touch debian/tmp/dev/fuse
override_dh_auto_test:
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
More information about the Neon-commits
mailing list