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"
|
bindir="${execprefix}/bin"
|
||||||
fi
|
fi
|
||||||
if test x"$docdir" = x""; then
|
if test x"$docdir" = x""; then
|
||||||
docdir="${sharedir}/doc/${tccdir}"
|
docdir="${sharedir}/doc"
|
||||||
fi
|
fi
|
||||||
if test x"$mandir" = x""; then
|
if test x"$mandir" = x""; then
|
||||||
mandir="${sharedir}/man"
|
mandir="${sharedir}/man"
|
||||||
|
|
Loading…
Add table
Reference in a new issue