diff --git a/cf/Makefile.am.common b/cf/Makefile.am.common index eebdf1c76..025b75267 100644 --- a/cf/Makefile.am.common +++ b/cf/Makefile.am.common @@ -64,7 +64,10 @@ install-suid-programs: for file in $$foo; do \ x=$(DESTDIR)$(bindir)/$$file; \ if chown 0:0 $$x && chmod u+s $$x; then :; else \ - chmod 0 $$x; fi; done + echo "*"; \ + echo "* Failed to install $$x setuid root"; \ + echo "*"; \ + fi; done install-exec-hook: install-suid-programs