diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-02-17 22:27:22 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-02-17 22:27:22 +0000 |
commit | 5c3d84eec505a8443ca624d3a81a783361085f99 (patch) | |
tree | da636c837cfdd1a3c6dc64c2039c048386fd19c7 /doc | |
parent | c2e99ad0fbca5f669c76f188cff7e74681a3e683 (diff) | |
download | skalibs-5c3d84eec505a8443ca624d3a81a783361085f99.tar.xz |
Doc typo fix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/crosscompile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crosscompile.html b/doc/crosscompile.html index d34e5c8..c5a3921 100644 --- a/doc/crosscompile.html +++ b/doc/crosscompile.html @@ -52,7 +52,7 @@ skalibs under a <em>stage</em> fake root: <ul> <li> Give the options you need to <tt>./configure</tt>. The arguments to the <tt>--prefix</tt>, <tt>--libdir</tt> and similar -options must be the valid paths for <strong>run-time</tt>. </li> +options must be the valid paths for <strong>run-time</strong>. </li> <li> To install the software, run <tt>make install DESTDIR=<em>stage</em></tt>. </li> </ul> |