mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
completion-helper: Append $(EXEEXT) to the name of the moved file.
Fixes the build on Windows (https://ci.gstreamer.net/job/cerbero-cross-mingw32/1742/console)
This commit is contained in:
parent
56dd2d89c4
commit
f3c9647518
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ dist_bashhelpers_DATA = gst
|
|||
|
||||
install-data-hook:
|
||||
cd $(DESTDIR)$(bindir) && \
|
||||
mv gst-completion-helper-@GST_API_VERSION@ $(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@
|
||||
chmod 755 $(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@
|
||||
mv gst-completion-helper-@GST_API_VERSION@$(EXEEXT) $(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@$(EXEEXT)
|
||||
chmod 755 $(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@$(EXEEXT)
|
||||
endif
|
||||
|
||||
helpers_PROGRAMS = gst-plugin-scanner
|
||||
|
|
Loading…
Reference in a new issue