You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/10/03 23:26:24 UTC

spec commit: fix instructions for plugman

Repository: cordova-mobile-spec
Updated Branches:
  refs/heads/master 902e4207b -> 5ca8368cd


fix instructions for plugman


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/5ca8368c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/5ca8368c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/5ca8368c

Branch: refs/heads/master
Commit: 5ca8368cd26d8eb2e38a188e328c257f3b557f14
Parents: 902e420
Author: Marcel Kinard <cm...@gmail.com>
Authored: Fri Oct 3 17:23:47 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Fri Oct 3 17:23:47 2014 -0400

----------------------------------------------------------------------
 createmobilespec/createmobilespec.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/5ca8368c/createmobilespec/createmobilespec.js
----------------------------------------------------------------------
diff --git a/createmobilespec/createmobilespec.js b/createmobilespec/createmobilespec.js
index 8a01f63..8ccf6b4 100755
--- a/createmobilespec/createmobilespec.js
+++ b/createmobilespec/createmobilespec.js
@@ -400,8 +400,8 @@ function installPlugins() {
         console.log("Adding plugins using plugman...");
         if (!fs.existsSync(path.join(top_dir, "cordova-plugman"))) {
             couldNotFind('plugman');
-            console.log("  mkdir cordova-plugman/node_modules");
-            console.log("  ln -s ../../cordova-lib/cordova-lib cordova-plugman/node_modules");
+            console.log("  cd cordova-plugman");
+            console.log("  npm link cordova-lib && npm install");
             return;
         }
         platforms.forEach(function (platform) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org