From 4e7a8906a1cfc8feb26eb6c6e6b1f7355dbf664f Mon Sep 17 00:00:00 2001 From: seyko Date: Fri, 20 May 2016 15:21:26 +0300 Subject: [PATCH] configure: docdir fix was /usr/local/share/doc/usr/local/lib/tcc now /usr/local/share/doc --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"