summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-12-10 00:40:23 +0100
committerLennart Poettering <lennart@poettering.net>2014-12-10 00:42:17 +0100
commite7b04a81666ff1a13a932972caaa49a9bf5619fa (patch)
tree7966ae5379d63b1e74cd7de5b551986c02fff949 /Makefile.am
parenteb59c75e9a864063f3916c1914a563e1c89cf3ac (diff)
build-sys: don't fail if CAP_SETFCAP is missing
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 78cf4a94f0..dc424f6467 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