Install node.d in the correct place

pull/22966/head
Ryan Dahl 2011-02-17 11:07:19 -08:00
parent 25ce5016f4
commit 7e4f755073
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@ def build(bld):
if bld.env["USE_DEBUG"]: if bld.env["USE_DEBUG"]:
dtrace_g = dtrace.clone("debug") dtrace_g = dtrace.clone("debug")
bld.install_files('${PREFIX}/usr/lib/dtrace', 'src/node.d') bld.install_files('${PREFIX}/lib/dtrace', 'src/node.d')
if sys.platform.startswith("sunos"): if sys.platform.startswith("sunos"):
# #