diff --git a/src/port1.0/portinstall.tcl b/src/port1.0/portinstall.tcl index cd279001a2..b8e079d8d4 100755 --- a/src/port1.0/portinstall.tcl +++ b/src/port1.0/portinstall.tcl @@ -56,7 +56,7 @@ proc install_main {args} { } ui_msg "$UI_PREFIX Installing $portname with target ${build.target.install}" set build.target.current ${build.target.install} - if [catch {system "[command make]"}] { + if [catch {system "[command build]"}] { ui_error "Installation failed." return -code error "Installation failed." }