[nodejs/f19] update documentation in macros file

T.C. Hollingsworth patches at fedoraproject.org
Wed Apr 3 21:39:05 UTC 2013


commit d73ff2e5c0f1f5f429bb32ed4d7da9c152063ec7
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Wed Apr 3 14:38:14 2013 -0700

    update documentation in macros file

 macros.nodejs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/macros.nodejs b/macros.nodejs
index b252da7..6fd051c 100644
--- a/macros.nodejs
+++ b/macros.nodejs
@@ -13,7 +13,8 @@
 
 # symlink dependencies so `npm link` works
 # this should be run in every module's %%install section
-# pass the module name if the npm metadata is incorrect (e.g. multiple versions)
+# pass --check to work in the current directory instead of the buildroot
+# pass --no-devdeps to ignore devDependencies when --check is used
 %nodejs_symlink_deps %{_rpmconfigdir}/nodejs-symlink-deps %{nodejs_sitelib}
 
 # patch package.json to fix a dependency


More information about the scm-commits mailing list