summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Herbert <csh@bluehome.net>2016-05-15 07:31:31 (EDT)
committer Leah Woods <info@minifree.org>2016-05-15 08:47:20 (EDT)
commitf268bc503f9e81436ed2fe9393439de48423ddf8 (patch)
tree1b1f07c32f9209af903f78dd63d9fcbdca7dda98
parentb84b7d830dc843d906c4e4e0d74ca7f61cba5651 (diff)
downloadlibreboot.org-f268bc503f9e81436ed2fe9393439de48423ddf8.zip
libreboot.org-f268bc503f9e81436ed2fe9393439de48423ddf8.tar.gz
libreboot.org-f268bc503f9e81436ed2fe9393439de48423ddf8.tar.bz2
Suggest better paragraph flow
-rw-r--r--site/gnu/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/gnu/index.php b/site/gnu/index.php
index 03c9c40..b216dd5 100644
--- a/site/gnu/index.php
+++ b/site/gnu/index.php
@@ -103,9 +103,9 @@
</h2>
<ul class="c">
<li>
- Modify the build system, to directly download (only in Git. Release archives would have them already) the build dependencies
- that libreboot currently tells the user to install from their distribution package repository, and build these from source, with
- our own GCC (re-use coreboot's GCC, which libreboot already uses). This will make <em>complete corresponding source</em> provision easier,
+ Modify the build system, to directly download the build dependencies
+ that libreboot currently tells the user to install from their distribution package repository. (Only in Git. Release archives would have them already). Build these from source, with
+ our own GCC (re-using coreboot's GCC, which libreboot already uses). This will make <em>complete corresponding source</em> provision easier,
because it would be automated; this is in contrast to the present setup, where the person distributing binaries has to include
the sources for build dependencies from the distribution that they happened to use for compiling those packages.
<ul>