lets see if this works better

svn path=/trunk/KDE/kdesdk/scripts/kdesvn-build; revision=579243
wilder
Dirk Mueller 20 years ago
parent 83abfe1b27
commit bb67a6c9b6
  1. 2
      kdesvn-build
  2. 15
      kdesvn-build-coverity

@ -419,7 +419,7 @@ sub print_clr(@)
print clr $_ foreach (@_);
print clr "]\n";
push(@screen_log, join('\n', @_));
push(@screen_log, join("\n", @_));
}
sub debug(@)

@ -188,10 +188,9 @@ sub perform_coverity_checks()
error "Check your logs afterwards.";
}
}
else
else
{
info "D-BUS appears to be installed in the following path: ";
system("pkg-config", "--variable=prefix", "dbus-1");
info "D-BUS appears to be installed. Continuing. ";
}
unless (check_cmake_installed())
@ -205,6 +204,11 @@ sub perform_coverity_checks()
error "Check your logs afterwards.";
}
}
else
{
info "cmake appears to be installed. Continuing. ";
}
unless (check_lcms_installed())
{
@ -217,6 +221,11 @@ sub perform_coverity_checks()
error "Check your logs afterwards.";
}
}
else
{
info "lcms appears to be installed. Continuing. ";
}
# Print blank line.
info "";

Loading…
Cancel
Save