From dfbfee07abc9329715a12ce251e0ceeda8d78f19 Mon Sep 17 00:00:00 2001 From: Przemysław Pawełczyk Date: Tue, 29 Nov 2016 06:33:14 +0100 Subject: Rename more things from fuse to fuse3 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 33b8e0a..4e95a71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,14 +17,14 @@ $(pkgconfig_DATA): config.status .PHONY: setuid_fusermount setuid_fusermount: - @echo "Attempting to use sudo to make util/fusermount setuid root" + @echo "Attempting to use sudo to make util/fusermount3 setuid root" @echo "If this fails, set permissions manually and re-run make test" test $$(ls -n util/fusermount3 | awk 'NR==1 {print $$3}') -eq 0 || \ sudo chown root util/fusermount3 test -u util/fusermount3 || \ sudo chmod u+s util/fusermount3 -# If we are not root, util/fusermount needs to be setuid root +# If we are not root, util/fusermount3 needs to be setuid root # for tests to work. test_deps = $(shell [ "$${UID}" -eq 0 ] || echo setuid_fusermount) -- cgit v1.2.3