mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
helpers: on OSX, MKDIR_P is install-sh -c -d
So we need to call it before cding to the bin directory.
This commit is contained in:
parent
6ce8398bc6
commit
41946aa3f6
1 changed files with 1 additions and 1 deletions
|
@ -9,8 +9,8 @@ bashhelpersdir = $(BASH_HELPERS_DIR)
|
|||
dist_bashhelpers_DATA = gst
|
||||
|
||||
install-exec-hook:
|
||||
cd $(DESTDIR)$(bindir) && \
|
||||
$(MKDIR_P) $(DESTDIR)$(BASH_HELPERS_DIR) && \
|
||||
cd $(DESTDIR)$(bindir) && \
|
||||
$(INSTALL) `echo "gst-completion-helper-" | sed '$(transform)'`@GST_API_VERSION@$(EXEEXT) \
|
||||
$(DESTDIR)$(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@$(EXEEXT) && \
|
||||
rm `echo "gst-completion-helper-" | sed '$(transform)'`@GST_API_VERSION@$(EXEEXT)
|
||||
|
|
Loading…
Reference in a new issue