docs: fixes

This commit is contained in:
Dylan Araps 2021-07-24 10:05:39 +03:00
parent 651e5a3ea7
commit cb73d80ccb
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ toolchain defaults are as follows: AR=ar, CC=cc, CXX=c++, NM=nm, RANLIB=ranlib
| 1 #!/bin/sh -e |
| 2 |
| 3 # Disable stripping (use if needed). |
| 4 :> nostrip |
| 4 :> nostrip |
| 5 |
| 6 ./configure \ |
| 7 --prefix=/usr |
@ -203,7 +203,7 @@ should be used to perform any required post-install steps or to display notices.
| |
| 1 #!/bin/sh -e |
| 2 |
| 3 cat <<EOF |
| 3 cat &lt;&lt;EOF |
| 4 |
| 5 The commands zcat, unpigz and gunzip were merely symbolic |
| 6 links to the pigz binary. They have been removed. To gain |