summaryrefslogtreecommitdiffstats
path: root/package/fuse/patches/112-no_break_on_mknod.patch
blob: 853603003f0692cdbac9faf3be347da207d1be41 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/util/Makefile.in
+++ b/util/Makefile.in
@@ -584,7 +584,7 @@ uninstall-am: uninstall-binPROGRAMS unin
 
 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; \