mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
build: make install-exec-hooks depend on install-helpersPROGRAMS
To avoid race conditions where make would try to change ownership and permissions of the not-yet-installed ptp helper.
This commit is contained in:
parent
d2da80e4e7
commit
55f79dd195
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ gst_ptp_helper_CFLAGS = $(GST_OBJ_CFLAGS) $(GIO_CFLAGS)
|
|||
gst_ptp_helper_LDADD = $(GST_OBJ_LIBS) $(GIO_LIBS) $(CAP_LIBS)
|
||||
endif
|
||||
|
||||
install-exec-hook:
|
||||
install-exec-hook: install-helpersPROGRAMS
|
||||
if HAVE_PTP
|
||||
if HAVE_PTP_HELPER_SETUID
|
||||
chown root $(DESTDIR)$(helpersdir)/gst-ptp-helper
|
||||
|
|
Loading…
Reference in a new issue