Mercurial > mplayer.hg
changeset 24525:53efefaa5774
Install man pages in $(PREFIX)/share/man instead of $(PREFIX)/man
in order to better comply with the FHS.
author | diego |
---|---|
date | Sun, 16 Sep 2007 17:48:20 +0000 |
parents | 495df07f8cbe |
children | 2691e7bf5544 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Sep 16 15:14:56 2007 +0000 +++ b/configure Sun Sep 16 17:48:20 2007 +0000 @@ -214,7 +214,7 @@ --bindir=DIR directory for installing binaries [PREFIX/bin] --datadir=DIR directory for installing machine independent data files (skins, etc) [PREFIX/share/mplayer] - --mandir=DIR directory for installing man pages [PREFIX/man] + --mandir=DIR directory for installing man pages [PREFIX/share/man] --confdir=DIR directory for installing configuration files [PREFIX/etc/mplayer] --libdir=DIR directory for object code libraries [PREFIX/lib] @@ -1193,7 +1193,7 @@ # Atmos: moved this here, to be correct, if --prefix is specified test -z "$_bindir" && _bindir="$_prefix/bin" test -z "$_datadir" && _datadir="$_prefix/share/mplayer" -test -z "$_mandir" && _mandir="$_prefix/man" +test -z "$_mandir" && _mandir="$_prefix/share/man" test -z "$_confdir" && _confdir="$_prefix/etc/mplayer" test -z "$_libdir" && _libdir="$_prefix/lib"