scripts/build/debug/100-dmalloc.sh
changeset 1247 9759fe659b4f
parent 1126 1ab3d2e08c8b
child 1480 2d3be1a8fe93
     1.1 --- a/scripts/build/debug/100-dmalloc.sh	Mon Jan 05 23:02:43 2009 +0000
     1.2 +++ b/scripts/build/debug/100-dmalloc.sh	Sun Mar 08 17:09:39 2009 +0000
     1.3 @@ -47,7 +47,7 @@
     1.4  
     1.5      CT_DoLog EXTRA "Installing dmalloc"
     1.6      CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" installincs installlib
     1.7 -    CT_DoExecLog ALL make DESTDIR="${CT_DEBUG_INSTALL_DIR}" installutil
     1.8 +    CT_DoExecLog ALL make DESTDIR="${CT_DEBUGROOT_DIR}" installutil
     1.9  
    1.10      CT_EndStep
    1.11  }