meteor: 1.4.2.3 -> 1.5 (#28905)
This commit is contained in:
committed by
Joachim F
parent
4ffa9ace43
commit
49eb1664d8
@@ -2,9 +2,9 @@ diff --git a/tools/cli/main.js b/tools/cli/main.js
|
||||
index 84f94bc..4fbda17 100644
|
||||
--- a/tools/cli/main.js
|
||||
+++ b/tools/cli/main.js
|
||||
@@ -484,6 +484,45 @@ var springboard = function (rel, options) {
|
||||
process.exit(ret.wait());
|
||||
}
|
||||
@@ -554,6 +554,44 @@
|
||||
}).await());
|
||||
} // Now exec; we're not coming back.
|
||||
|
||||
+ // BEGIN HACK
|
||||
+ // patch shebang:
|
||||
@@ -44,7 +44,13 @@ index 84f94bc..4fbda17 100644
|
||||
+ patchelf("mongodb", "bin", "mongo");
|
||||
+ patchelf("mongodb", "bin", "mongod");
|
||||
+ // END HACK
|
||||
+
|
||||
// Now exec; we're not coming back.
|
||||
|
||||
require('kexec')(executable, newArgv);
|
||||
throw Error('exec failed?');
|
||||
|
||||
@@ -1485,4 +1523,4 @@
|
||||
|
||||
process.exit(ret);
|
||||
}).run();
|
||||
-//# sourceMappingURL=main.js.map
|
||||
\ No newline at end of file
|
||||
+//# sourceMappingURL=main.js.map
|
||||
|
||||
Reference in New Issue
Block a user