--- node-v0.4.3-o//wscript 2011-03-18 17:27:18.000000000 -0600 +++ node-v0.4.3/wscript 2011-03-18 22:36:52.000000000 -0600 @@ -803,6 +803,7 @@ node.add_objects = 'eio http_parser' if product_type_is_lib: node.install_path = '${LIBDIR}' + node.vnum = "10.0.0" # Fixme, derive from version else: node.install_path = '${PREFIX}/bin' node.chmod = 0755