X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarypackage.cpp;h=4c5382191661b7c627c0ef0e94db63fa34ab8ec9;hb=6e02286dcbd62b8f5ef56987c2298d54b689ad9c;hp=22a415457e75844e52e3c8675953e3e351c8338c;hpb=08015c0f27f377fcd4aa186fca5bd8cf70723a5a;p=builder.git diff --git a/source/binarypackage.cpp b/source/binarypackage.cpp index 22a4154..4c53821 100644 --- a/source/binarypackage.cpp +++ b/source/binarypackage.cpp @@ -72,7 +72,8 @@ void BinaryPackage::do_prepare() if(base_path.empty()) { - builder.problem(name, "Cannot locate files"); + // TODO report which files were not found + problems.push_back("Cannot locate files"); return; }