ptp: ignore permission errors in Makefile
authorLuis de Bethencourt <luis.bg@samsung.com>
Wed, 3 Jun 2015 15:34:58 +0000 (16:34 +0100)
committerLuis de Bethencourt <luis.bg@samsung.com>
Wed, 3 Jun 2015 15:34:58 +0000 (16:34 +0100)
To satisfy the buildslaves ignore permission errors in chown, chmod and setcap

libs/gst/helpers/Makefile.am

index cd9f6ff..0ae9ab0 100644 (file)
@@ -26,11 +26,11 @@ endif
 install-exec-hook: install-helpersPROGRAMS
 if HAVE_PTP
 if HAVE_PTP_HELPER_SETUID
-       chown root $(DESTDIR)$(helpersdir)/gst-ptp-helper
-       chmod u+s $(DESTDIR)$(helpersdir)/gst-ptp-helper
+       chown root $(DESTDIR)$(helpersdir)/gst-ptp-helper
+       chmod u+s $(DESTDIR)$(helpersdir)/gst-ptp-helper
 endif
 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
 if ENABLE_BASH_COMPLETION