1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

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

This commit is contained in:
Lennart Poettering 2014-12-10 00:40:23 +01:00
parent eb59c75e9a
commit e7b04a8166

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