e65c567a95
* please see this blog post for more details on the changes: http://blog.nodejs.org/2012/06/25/node-v0-8-0/ * the migration wiki can be consulted to port your code to node 0.8: https://github.com/joyent/node/wiki/API-changes-between-v0.6-and-v0.8 - expose node-gyp, so it's now installed into ${LOCALBASE}/bin/ too from aaron bieber with tweaks by me ok jeremy@
13 lines
402 B
Plaintext
13 lines
402 B
Plaintext
$OpenBSD: patch-tools_installer_js,v 1.1 2012/06/28 08:30:28 jasper Exp $
|
|
--- tools/installer.js.orig Mon Jun 25 11:37:23 2012
|
|
+++ tools/installer.js Mon Jun 25 11:37:41 2012
|
|
@@ -102,7 +102,7 @@ if (cmd === 'install') {
|
|
], 'include/node/');
|
|
|
|
// man page
|
|
- copy(['doc/node.1'], 'share/man/man1/');
|
|
+ copy(['doc/node.1'], 'man/man1/');
|
|
|
|
// dtrace
|
|
if (!process.platform.match(/^linux/)) {
|