Commit 4ca5ece5 authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Diego Biurrun

Define mandir as $(PREFIX)/share/man rather than as $(PREFIX)/man

to better comply with the FHS.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

Originally committed as revision 10508 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1fe2d0fd
......@@ -61,7 +61,7 @@ show_help(){
echo " --libdir=DIR install libs in DIR [PREFIX/lib]"
echo " --shlibdir=DIR install shared libs in DIR [PREFIX/lib]"
echo " --incdir=DIR install includes in DIR [PREFIX/include/ffmpeg]"
echo " --mandir=DIR install man page in DIR [PREFIX/man]"
echo " --mandir=DIR install man page in DIR [PREFIX/share/man]"
echo " --enable-static build static libraries [default=yes]"
echo " --disable-static do not build static libraries [default=no]"
echo " --enable-shared build shared libraries [default=no]"
......@@ -825,7 +825,7 @@ PREFIX="/usr/local"
libdir='$(PREFIX)/lib'
shlibdir="$libdir"
incdir='$(PREFIX)/include/ffmpeg'
mandir='$(PREFIX)/man'
mandir='$(PREFIX)/share/man'
bindir='$(PREFIX)/bin'
# toolchain
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment