aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseyko <seyko2@gmail.com>2016-05-20 15:21:26 +0300
committerseyko <seyko2@gmail.com>2016-05-20 15:21:26 +0300
commit4e7a8906a1cfc8feb26eb6c6e6b1f7355dbf664f (patch)
tree00385bdea0f3a4352d96de84a0984ab12b66edce
parent19a169ceb896f78205bc23b847938c58f14d1dda (diff)
downloadtinycc-4e7a8906a1cfc8feb26eb6c6e6b1f7355dbf664f.tar.gz
tinycc-4e7a8906a1cfc8feb26eb6c6e6b1f7355dbf664f.tar.bz2
configure: docdir fix
was /usr/local/share/doc/usr/local/lib/tcc now /usr/local/share/doc
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6a796f3..1c406d1 100755
--- a/configure
+++ b/configure
@@ -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"