X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcepackage.cpp;h=751f1b2c4dcfa4d15a157d7f20b9fdd4c1845cdc;hb=83d2a8a39e0a09733ffc666d7f885fc328b831f2;hp=6f3db4d8e07e392451dbfe527397cbf3786394f6;hpb=a63fc8c311155582a1efb3bc07f010cf159f299c;p=builder.git diff --git a/source/sourcepackage.cpp b/source/sourcepackage.cpp index 6f3db4d..751f1b2 100644 --- a/source/sourcepackage.cpp +++ b/source/sourcepackage.cpp @@ -33,12 +33,12 @@ SourcePackage::SourcePackage(Builder &b, const string &n, const FS::Path &s): components.push_back(Component(*this, Component::TARBALL, "@src")); } -Msp::FS::Path SourcePackage::get_temp_dir() const +FS::Path SourcePackage::get_temp_dir() const { return source/config.get_option("tempdir").value/builder.get_current_arch().get_name()/config.get_option("profile").value; } -Msp::FS::Path SourcePackage::get_out_dir() const +FS::Path SourcePackage::get_out_dir() const { const Architecture &arch=builder.get_current_arch(); if(arch.is_native())