From e7b04a81666ff1a13a932972caaa49a9bf5619fa Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 10 Dec 2014 00:40:23 +0100 Subject: [PATCH] build-sys: don't fail if CAP_SETFCAP is missing --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 78cf4a94f..dc424f646 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2584,7 +2584,7 @@ EXTRA_DIST += \ if HAVE_SMACK bus-proxyd-set-cap-hook: - $(SETCAP) cap_mac_admin+ei $(DESTDIR)$(rootlibexecdir)/systemd-bus-proxyd + -$(SETCAP) cap_mac_admin+ei $(DESTDIR)$(rootlibexecdir)/systemd-bus-proxyd INSTALL_EXEC_HOOKS += bus-proxyd-set-cap-hook endif -- 2.30.2