From: Christian Grothoff Date: Fri, 26 Jul 2019 08:15:19 +0000 (+0200) Subject: fix X-Git-Tag: v0.11.7~221 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8a9578a335df0090c3728ce68ac374653f369950;p=oweals%2Fgnunet.git fix --- diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi index 963f564ac..327cffeaf 100644 --- a/doc/handbook/chapters/installation.texi +++ b/doc/handbook/chapters/installation.texi @@ -203,11 +203,11 @@ if you are in doubt of any configure options or require fixes for your operating system. The following example configures the installation prefix -@code{/usr/lib} and disables building the documentation +@code{/usr/local} and disables building the documentation @example $ cd ~/gnunet $ ./bootstrap -$ configure --prefix=/usr/lib --disable-documentation +$ configure --prefix=/usr/local --disable-documentation @end example After running the bootstrap script and @code{configure} successfully