build-sys: don't fail if CAP_SETFCAP is missing

This commit is contained in:
Lennart Poettering
2014-12-10 00:42:17 +01:00
parent eb59c75e9a
commit e7b04a8166
+1 -1
View File
@@ -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