From 38070381937a052cd8500fa64be2c9e575905edc Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Mon, 23 Sep 2013 14:09:15 +0200 Subject: =?UTF-8?q?install:=20don=E2=80=99t=20force=20append=20/mpv=20to?= =?UTF-8?q?=20docdir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 05f2f94031..8304d46fda 100755 --- a/configure +++ b/configure @@ -286,7 +286,7 @@ Installation directories: --datadir=DIR directory for installing machine independent data files (skins, etc) [PREFIX/share/mpv] --mandir=DIR directory for installing man pages [PREFIX/share/man] - --docdir=DIR directory for installing other docs [PREFIX/share/doc] + --docdir=DIR directory for installing docs [PREFIX/share/doc/mpv] --confdir=DIR directory for installing configuration files [PREFIX/etc/mpv] --localedir=DIR directory for gettext locales [PREFIX/share/locale] @@ -740,7 +740,7 @@ done # Atmos: moved this here, to be correct, if --prefix is specified test -z "$_bindir" && _bindir="$_prefix/bin" test -z "$_mandir" && _mandir="$_prefix/share/man" -test -z "$_docdir" && _docdir="$_prefix/share/doc" +test -z "$_docdir" && _docdir="$_prefix/share/doc/mpv" test -z "$_confdir" && _confdir="$_prefix/etc/mpv" test -z "$_localedir" && _localedir="$_prefix/share/locale" -- cgit v1.2.3