[x264-devel] [Git][videolan/x264][master] Makefile: Drop the -T argument to install

Anton Mitrofanov gitlab at videolan.org
Tue Jan 26 18:28:22 UTC 2021



Anton Mitrofanov pushed to branch master at VideoLAN / x264


Commits:
35417dcd by Henrik Gramner at 2021-01-26T02:21:16+01:00
Makefile: Drop the -T argument to install

It's not required, and BSD doesn't support it.

- - - - -


1 changed file:

- Makefile


Changes:

=====================================
Makefile
=====================================
@@ -414,7 +414,7 @@ endif
 install-bashcompletion:
 ifneq ($(BASHCOMPLETIONSDIR),)
 	$(INSTALL) -d $(DESTDIR)$(BASHCOMPLETIONSDIR)
-	$(INSTALL) -m 644 -T $(SRCPATH)/tools/bash-autocomplete.sh $(DESTDIR)$(BASHCOMPLETIONSDIR)/x264
+	$(INSTALL) -m 644 $(SRCPATH)/tools/bash-autocomplete.sh $(DESTDIR)$(BASHCOMPLETIONSDIR)/x264
 endif
 
 uninstall:



View it on GitLab: https://code.videolan.org/videolan/x264/-/commit/35417dcd65a57321fbadf98c9a4cff1cb741db4b

-- 
View it on GitLab: https://code.videolan.org/videolan/x264/-/commit/35417dcd65a57321fbadf98c9a4cff1cb741db4b
You're receiving this email because of your account on code.videolan.org.




More information about the x264-devel mailing list