diff -r 1ab3d2e08c8b -r 0a44fc4d6bd0 scripts/build/debug/100-dmalloc.sh --- a/scripts/build/debug/100-dmalloc.sh Mon Jan 05 23:02:43 2009 +0000 +++ b/scripts/build/debug/100-dmalloc.sh Sun Aug 02 20:06:44 2009 +0200 @@ -47,7 +47,7 @@ CT_DoLog EXTRA "Installing dmalloc" CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" installincs installlib - CT_DoExecLog ALL make DESTDIR="${CT_DEBUG_INSTALL_DIR}" installutil + CT_DoExecLog ALL make DESTDIR="${CT_DEBUGROOT_DIR}" installutil CT_EndStep }