aboutsummaryrefslogtreecommitdiffstats
path: root/package/fuse/patches/112-no_break_on_mknod.patch
blob: 5f913df6d68759078e96ae63278b6497d8283b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/util/Makefile.in
+++ b/util/Makefile.in
@@ -641,7 +641,7 @@ mount_util.c: $(top_srcdir)/lib/mount_ut
 
 install-exec-hook:
 	-chmod u+s $(DESTDIR)$(bindir)/fusermount
-	@if test ! -e $(DESTDIR)/dev/fuse; then \
+	-@if test ! -e $(DESTDIR)/dev/fuse; 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; \