# HG changeset patch # User rathann # Date 1159750289 0 # Node ID 789a3556bcd4ca9660364750540f534c25ace8db # Parent 5ae0a24fbed84c86c01ef1f7abe0ba6a6260a261 Fix make install. 10l for Diego. diff -r 5ae0a24fbed8 -r 789a3556bcd4 Makefile --- a/Makefile Sun Oct 01 19:51:04 2006 +0000 +++ b/Makefile Mon Oct 02 00:51:29 2006 +0000 @@ -431,7 +431,7 @@ if test "$$i" = en ; then \ cd $(MANDIR)/man1 && ln -sf mplayer.1 mencoder.1 ; \ else \ - cd $(MANDIR)/man1/$$i && ln -sf mplayer.1 mencoder.1 ; \ + cd $(MANDIR)/$$i/man1 && ln -sf mplayer.1 mencoder.1 ; \ fi ; \ done endif