diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-18 10:32:13 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-18 10:32:13 +0000 |
commit | 4485ae4182ce4d94b5dffe9d334866e3aeae36d3 (patch) | |
tree | b249734001593a4c380fe33df314580d51563e07 /doc | |
parent | 7f206ad9aa226fccb75e0dd01a0092093601b596 (diff) | |
download | s6-linux-init-4485ae4182ce4d94b5dffe9d334866e3aeae36d3.tar.xz |
Cleanup dependencies, use bindir for every generated script
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/index.html b/doc/index.html index db19d4f..a0d3218 100644 --- a/doc/index.html +++ b/doc/index.html @@ -69,12 +69,10 @@ and then you can <em>boot</em> your system on that init script. </p> <p> - skalibs and execline are <em>build-time</em> dependencies. - There are no <em>run-time</em> dependencies. - And every listed package, save skalibs, is a <em>boot-time</em> dependency. - If you are using the shared version of the skalibs library, -then skalibs also becomes a <em>run-time</em> and a -<em>boot-time</em> dependency. + skalibs is a <em>build-time</em> dependency. If you are linking binaries +against the shared version of the skalibs library, it also becomes a +<em>run-time</em> and <em>boot-time</em> dependency. <br /> + All the other listed packages are <em>boot-time</em> dependencies only. </p> <h3> Licensing </h3> |