[systemd-commits] Makefile.am
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Dec 9 15:42:26 PST 2014
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e7b04a81666ff1a13a932972caaa49a9bf5619fa
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Dec 10 00:40:23 2014 +0100
build-sys: don't fail if CAP_SETFCAP is missing
diff --git a/Makefile.am b/Makefile.am
index 78cf4a9..dc424f6 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
More information about the systemd-commits
mailing list