diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-04-22 19:14:34 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-23 09:47:08 +0200 |
| commit | 757e9c4c2a9181514f658f54f0757d1c2d479fff (patch) | |
| tree | ed64511844e638a61ff6f5b13dce83554470644d /package/nodejs | |
| parent | 5e2c17b9a3a52d31312215004e79576e5ec6f1f3 (diff) | |
| download | buildroot-757e9c4c2a9181514f658f54f0757d1c2d479fff.tar.gz buildroot-757e9c4c2a9181514f658f54f0757d1c2d479fff.zip | |
package: kill pointless text justification
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nodejs')
| -rw-r--r-- | package/nodejs/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/nodejs/Config.in b/package/nodejs/Config.in index d044c8ea37..31406831c0 100644 --- a/package/nodejs/Config.in +++ b/package/nodejs/Config.in @@ -58,7 +58,7 @@ config BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL help List of space-separated nodejs modules to install via npm. See https://npmjs.org/ to find modules and 'npm help install' - for available installation methods. For repeatable builds, + for available installation methods. For repeatable builds, download and save tgz files or clone git repos for the components you care about. @@ -72,7 +72,7 @@ config BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL_DEPS string "Additional module dependencies" help List of space-separated buildroot recipes which must be built before - your npms can be installed. For example, if in 'Additional modules' + your npms can be installed. For example, if in 'Additional modules' you specified 'node-curl' (see: https://github.com/jiangmiao/node-curl), you could then specify 'libcurl' here, to ensure that buildroot builds the libcurl package, |

