From: Philippe Normand Date: Wed, 3 Jun 2015 14:28:44 +0000 (+0200) Subject: build: make install-exec-hooks depend on install-helpersPROGRAMS X-Git-Tag: 1.6.1~295 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55f79dd1959db11f45272b92189ea43fc75eeef3;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/libs/gst/helpers/Makefile.am b/libs/gst/helpers/Makefile.am index 141c2c1..cd9f6ff 100644 --- a/libs/gst/helpers/Makefile.am +++ b/libs/gst/helpers/Makefile.am @@ -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