aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/fuse/patches/112-no_break_on_mknod.patch
blob: 33f7c6c2a115936ceba8cb5332b383e2b5092b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/util/Makefile.in
+++ b/util/Makefile.in
@@ -676,7 +676,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; \