Fossil SCM
Typo fix
Commit
b628a883b10bca1432f4cbe525bafb05607f4b72cb8b4fa8591e7e383fed91aa
Parent
509447a2d7cf418…
1 file changed
+1
-1
+1
-1
| --- www/build.wiki | ||
| +++ www/build.wiki | ||
| @@ -313,11 +313,11 @@ | ||
| 313 | 313 | A secondary benefit falls out of this process for free: it's arguably |
| 314 | 314 | the easiest way to build a purely static Fossil binary for Linux. Most |
| 315 | 315 | modern Linux distros make this surprisingly difficult, but Alpine's |
| 316 | 316 | back-to-basics nature makes static builds work the way they used to, |
| 317 | 317 | back in the day. If that's what you're after, you can skip the "run" |
| 318 | -command above and create a tmporary container from the image, then | |
| 318 | +command above and create a temporary container from the image, then | |
| 319 | 319 | extract the executable from it instead: |
| 320 | 320 | |
| 321 | 321 | <pre><code> $ docker create --name fossil-static-tmp fossil |
| 322 | 322 | $ docker cp fossil-static-tmp:/jail/bin/fossil . |
| 323 | 323 | $ docker container rm fossil-static-tmp |
| 324 | 324 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -313,11 +313,11 @@ | |
| 313 | A secondary benefit falls out of this process for free: it's arguably |
| 314 | the easiest way to build a purely static Fossil binary for Linux. Most |
| 315 | modern Linux distros make this surprisingly difficult, but Alpine's |
| 316 | back-to-basics nature makes static builds work the way they used to, |
| 317 | back in the day. If that's what you're after, you can skip the "run" |
| 318 | command above and create a tmporary container from the image, then |
| 319 | extract the executable from it instead: |
| 320 | |
| 321 | <pre><code> $ docker create --name fossil-static-tmp fossil |
| 322 | $ docker cp fossil-static-tmp:/jail/bin/fossil . |
| 323 | $ docker container rm fossil-static-tmp |
| 324 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -313,11 +313,11 @@ | |
| 313 | A secondary benefit falls out of this process for free: it's arguably |
| 314 | the easiest way to build a purely static Fossil binary for Linux. Most |
| 315 | modern Linux distros make this surprisingly difficult, but Alpine's |
| 316 | back-to-basics nature makes static builds work the way they used to, |
| 317 | back in the day. If that's what you're after, you can skip the "run" |
| 318 | command above and create a temporary container from the image, then |
| 319 | extract the executable from it instead: |
| 320 | |
| 321 | <pre><code> $ docker create --name fossil-static-tmp fossil |
| 322 | $ docker cp fossil-static-tmp:/jail/bin/fossil . |
| 323 | $ docker container rm fossil-static-tmp |
| 324 |