mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
completion-helper: Add missing DESTDIR
Otherwise doing "make install DESTDIR" will try to write to /usr/share/...
This commit is contained in:
parent
c2d483941d
commit
8786655b5e
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ dist_bashhelpers_DATA = gst
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
cd $(DESTDIR)$(bindir) && \
|
cd $(DESTDIR)$(bindir) && \
|
||||||
mv gst-completion-helper-@GST_API_VERSION@$(EXEEXT) $(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@$(EXEEXT)
|
mv gst-completion-helper-@GST_API_VERSION@$(EXEEXT) $(DESTDIR)$(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@$(EXEEXT)
|
||||||
chmod 755 $(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@$(EXEEXT)
|
chmod 755 $(DESTDIR)$(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@$(EXEEXT)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
helpers_PROGRAMS = gst-plugin-scanner
|
helpers_PROGRAMS = gst-plugin-scanner
|
||||||
|
|
Loading…
Reference in a new issue