From: Pavel Raiskup Date: Tue, 25 Apr 2017 10:06:28 +0000 (+0200) Subject: doc: fix typos in --mode=install invocations X-Git-Tag: v2.4.7~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=722b6af0fad19b3d9f21924ae5aa6dfae5957378;p=thirdparty%2Flibtool.git doc: fix typos in --mode=install invocations Per report from devel@lists.fedoraproject.org, thread id CLHZMVL3CZ43KX7CD3PF3FDV255EA57O * doc/libtool.texi (Install mode): With the 'libtool --mode=install' wrapper the 'install' command needs to be specified. --- diff --git a/NO-THANKS b/NO-THANKS index c59662c09..288b39eb9 100644 --- a/NO-THANKS +++ b/NO-THANKS @@ -128,6 +128,7 @@ Peter Kjellerstedt peter.kjellerstedt@axis.com Pádraig Brady P@draigBrady.com Richard B. Kreckel kreckel@ginac.de Richard Purdie rpurdie@rpsys.net +Richard W.M. Jones rjones@redhat.com Rico Tzschichholz ricotz@ubuntu.com Robert Garron Robert.Garron@Access3000.net Robert Ögren lists@roboros.com diff --git a/doc/libtool.texi b/doc/libtool.texi index e0b72e067..01b4296e9 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -1086,7 +1086,7 @@ install the executables after the libraries have been installed So, for our Ultrix example, we would run: @example -a23# libtool --mode=install -c hell /usr/local/bin/hell +a23# libtool --mode=install install -c hell /usr/local/bin/hell install -c hell /usr/local/bin/hell a23# @end example @@ -1095,7 +1095,7 @@ On shared library systems that require wrapper scripts, libtool just ignores the wrapper script and installs the correct binary: @example -burger# libtool --mode=install -c hell /usr/local/bin/hell +burger# libtool --mode=install install -c hell /usr/local/bin/hell install -c @value{objdir}/hell /usr/local/bin/hell burger# @end example