Hi, I just made a clean checkout of main module and built it. however "make install" failed because it couldn't find DOCS/mplayer.1. Here's a patch that fixes it, i don't commit it myself because i'm not 100% sure this is the right fix. cheers, -- Colin http://www.colino.net/
Colin Leroy writes:
I just made a clean checkout of main module and built it. however "make install" failed because it couldn't find DOCS/mplayer.1. Here's a patch that fixes it, i don't commit it myself because i'm not 100% sure this is the right fix. --- configure 8 Feb 2003 22:29:05 -0000 1.658 +++ configure 11 Feb 2003 11:04:04 -0000 @@ -1615,6 +1615,7 @@ LINGUAS="en" fi _mp_help="help/help_mp-${LINGUAS}.h" +cp -f DOCS/${LINGUAS}/mplayer.1 DOCS/mplayer.1 test -f $_mp_help || die "$_mp_help not found"
This cannot be right. You are putting a copy of mplayer.1 somewhere it does not belong. You should fix make install to look in the right directory instead. Diego
participants (2)
-
Colin Leroy -
Diego Biurrun