]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
doc: fix typos in --mode=install invocations
authorPavel Raiskup <praiskup@redhat.com>
Tue, 25 Apr 2017 10:06:28 +0000 (12:06 +0200)
committerPavel Raiskup <praiskup@redhat.com>
Tue, 25 Apr 2017 10:15:53 +0000 (12:15 +0200)
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.

NO-THANKS
doc/libtool.texi

index c59662c0992e46fad11d65e160777abe5606770d..288b39eb9b1f6d132b9b298033a123431179d3d7 100644 (file)
--- 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
index e0b72e06750f017328db4b5c12c4d41fb54b69ed..01b4296e9bfd2203b39bb05968aed27429ff2460 100644 (file)
@@ -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