]> git.pld-linux.org Git - packages/nodejs.git/blame - nodejs-soname.patch
up to 0.6.20
[packages/nodejs.git] / nodejs-soname.patch
CommitLineData
fb6f511a 1--- node-v0.4.3-o//wscript 2011-03-18 17:27:18.000000000 -0600
2+++ node-v0.4.3/wscript 2011-03-18 22:36:52.000000000 -0600
3@@ -803,6 +803,7 @@
242ba1b8 4 node.add_objects = 'eio http_parser'
5 if product_type_is_lib:
e47cb1b9 6 node.install_path = '${LIBDIR}'
3cbc6415 7+ node.vnum = "6.0.0" # Fixme, derive from version
242ba1b8 8 else:
9 node.install_path = '${PREFIX}/bin'
10 node.chmod = 0755
This page took 0.033763 seconds and 4 git commands to generate.