# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../fuse/no-mknod.patch # Copyright (C) 2007 - 2009 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- No random devices in the sandbox and thus not in the binary pacakge. - Rene Rebe diff -Nur fuse-2.8.1-orig/util/Makefile.am fuse-2.8.1/util/Makefile.am --- fuse-2.8.1-orig/util/Makefile.am 2009-12-14 15:33:15.000000000 +0000 +++ fuse-2.8.1/util/Makefile.am 2009-12-14 15:33:34.000000000 +0000 @@ -16,7 +16,7 @@ install-exec-hook: -chown root $(DESTDIR)$(bindir)/fusermount -chmod u+s $(DESTDIR)$(bindir)/fusermount - @if test ! -e $(DESTDIR)/dev/fuse; then \ + @if false; then \ $(mkdir_p) $(DESTDIR)/dev; \ echo "mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true"; \ mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true; \ diff -Nur fuse-2.8.1-orig/util/Makefile.in fuse-2.8.1/util/Makefile.in --- fuse-2.8.1-orig/util/Makefile.in 2009-12-14 15:33:15.000000000 +0000 +++ fuse-2.8.1/util/Makefile.in 2009-12-14 15:33:57.000000000 +0000 @@ -543,7 +543,7 @@ install-exec-hook: -chown root $(DESTDIR)$(bindir)/fusermount -chmod u+s $(DESTDIR)$(bindir)/fusermount - @if test ! -e $(DESTDIR)/dev/fuse; then \ + @if false; then \ $(mkdir_p) $(DESTDIR)/dev; \ echo "mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true"; \ mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true; \