mirror of
https://github.com/mpv-player/mpv
synced 2025-03-21 02:41:13 +00:00
Remove -c option from install commands. It is ignored by GNU install and
incompatible with some other install commands. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28423 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3fd161fcc7
commit
74a216ea56
4
Makefile
4
Makefile
@ -903,7 +903,7 @@ install-mencoder-man-en: install-mplayer-man-en
|
||||
|
||||
install-mplayer-man-en:
|
||||
$(INSTALL) -d $(MANDIR)/man1
|
||||
$(INSTALL) -c -m 644 DOCS/man/en/mplayer.1 $(MANDIR)/man1/
|
||||
$(INSTALL) -m 644 DOCS/man/en/mplayer.1 $(MANDIR)/man1/
|
||||
|
||||
define MENCODER_MAN_RULE
|
||||
install-mencoder-man-$(lang): install-mplayer-man-$(lang)
|
||||
@ -913,7 +913,7 @@ endef
|
||||
define MPLAYER_MAN_RULE
|
||||
install-mplayer-man-$(lang):
|
||||
$(INSTALL) -d $(MANDIR)/$(lang)/man1
|
||||
$(INSTALL) -c -m 644 DOCS/man/$(lang)/mplayer.1 $(MANDIR)/$(lang)/man1/
|
||||
$(INSTALL) -m 644 DOCS/man/$(lang)/mplayer.1 $(MANDIR)/$(lang)/man1/
|
||||
endef
|
||||
|
||||
$(foreach lang,$(filter-out en,$(MAN_LANG_ALL)),$(eval $(MENCODER_MAN_RULE)))
|
||||
|
Loading…
Reference in New Issue
Block a user