X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcepackage.cpp;h=b84b22a58f0a33ea326cfc99845e9363ade5081c;hb=50baabc242633d531d3f9542e9a64491b6e12c6c;hp=cb4f978aedba7c6e61c5fb4f8719e67e05f0123f;hpb=5ed38947b3fabd977a7f68b512115fe1456ea096;p=builder.git diff --git a/source/sourcepackage.cpp b/source/sourcepackage.cpp index cb4f978..b84b22a 100644 --- a/source/sourcepackage.cpp +++ b/source/sourcepackage.cpp @@ -42,7 +42,7 @@ void SourcePackage::set_build_type(const BuildType &t) build_type = &t; } -FS::Path SourcePackage::get_temp_dir() const +FS::Path SourcePackage::get_temp_directory() const { string subdir = builder.get_current_arch().get_name(); if(build_type) @@ -58,7 +58,7 @@ FS::Path SourcePackage::get_temp_dir() const return source_dir/temp/subdir; } -FS::Path SourcePackage::get_out_dir() const +FS::Path SourcePackage::get_output_directory() const { const Architecture &arch = builder.get_current_arch(); if(arch.is_native())