Skip to content

Commit

Permalink
Make command changed to build.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@949 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Kevin Van Vechten committed Oct 5, 2002
1 parent b42611c commit c6d193f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/port1.0/portinstall.tcl
Expand Up @@ -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."
}
Expand Down

0 comments on commit c6d193f

Please sign in to comment.