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