mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-02 10:13:51 +00:00
ptp: ignore permission errors in Makefile
To satisfy the buildslaves ignore permission errors in chown, chmod and setcap
This commit is contained in:
parent
3af74817c1
commit
b76a7b4d5c
1 changed files with 3 additions and 3 deletions
|
@ -26,11 +26,11 @@ endif
|
||||||
install-exec-hook: install-helpersPROGRAMS
|
install-exec-hook: install-helpersPROGRAMS
|
||||||
if HAVE_PTP
|
if HAVE_PTP
|
||||||
if HAVE_PTP_HELPER_SETUID
|
if HAVE_PTP_HELPER_SETUID
|
||||||
chown root $(DESTDIR)$(helpersdir)/gst-ptp-helper
|
- chown root $(DESTDIR)$(helpersdir)/gst-ptp-helper
|
||||||
chmod u+s $(DESTDIR)$(helpersdir)/gst-ptp-helper
|
- chmod u+s $(DESTDIR)$(helpersdir)/gst-ptp-helper
|
||||||
endif
|
endif
|
||||||
if HAVE_PTP_HELPER_CAPABILITIES
|
if HAVE_PTP_HELPER_CAPABILITIES
|
||||||
$(SETCAP) cap_net_bind_service,cap_net_admin+ep $(DESTDIR)$(helpersdir)/gst-ptp-helper
|
- $(SETCAP) cap_net_bind_service,cap_net_admin+ep $(DESTDIR)$(helpersdir)/gst-ptp-helper
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
if ENABLE_BASH_COMPLETION
|
if ENABLE_BASH_COMPLETION
|
||||||
|
|
Loading…
Reference in a new issue