X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcepackage.cpp;h=ea63655368b7eadc60b9c4fcdc0335c25f83f18f;hb=740d7cdd71fc2f068e44bfc6c8cc7e9565de16f6;hp=22330b2970dd4184db97d783a6646be4bc30da4f;hpb=7bf0b5d013b88b0408031e2d6594357e71c8138f;p=builder.git diff --git a/source/sourcepackage.cpp b/source/sourcepackage.cpp index 22330b2..ea63655 100644 --- a/source/sourcepackage.cpp +++ b/source/sourcepackage.cpp @@ -61,11 +61,10 @@ FS::Path SourcePackage::get_temp_dir() const FS::Path SourcePackage::get_out_dir() const { const Architecture &arch = builder.get_current_arch(); - string detail = (build_type ? build_type->get_name() : string()); if(arch.is_native()) - return source_dir/detail; + return source_dir; else - return source_dir/arch.get_name()/detail; + return source_dir/arch.get_name(); } void SourcePackage::create_build_info()