1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-05 05:37:37 +00:00

at least it doesn't error now...this will work until we get a better fix.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9446 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2003-02-16 07:23:02 +00:00
parent 88dfda9cf5
commit e2bbf606ec

View File

@ -246,7 +246,7 @@ ifeq ($(GUI),yes)
-ln -sf $(PRG) $(BINDIR)/gmplayer
endif
if test ! -d $(MANDIR)/man1 ; then mkdir -p $(MANDIR)/man1; fi
$(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
$(INSTALL) -c -m 644 DOCS/$(LINGUAS)/mplayer.1 $(MANDIR)/man1/mplayer.1
ifeq ($(MENCODER),yes)
$(INSTALL) -m 755 $(INSTALLSTRIP) $(PRG_MENCODER) $(BINDIR)/$(PRG_MENCODER)
-ln -sf mplayer.1 $(MANDIR)/man1/mencoder.1