configure: docdir fix
was /usr/local/share/doc/usr/local/lib/tcc now /usr/local/share/doc
This commit is contained in:
parent
19a169ceb8
commit
4e7a8906a1
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -267,7 +267,7 @@ else
|
|||
bindir="${execprefix}/bin"
|
||||
fi
|
||||
if test x"$docdir" = x""; then
|
||||
docdir="${sharedir}/doc/${tccdir}"
|
||||
docdir="${sharedir}/doc"
|
||||
fi
|
||||
if test x"$mandir" = x""; then
|
||||
mandir="${sharedir}/man"
|
||||
|
|
Loading…
Reference in a new issue