]> git.tdb.fi Git - builder.git/blobdiff - source/sourcepackage.cpp
Miscellaneous minor code cleanups
[builder.git] / source / sourcepackage.cpp
index 6f3db4d8e07e392451dbfe527397cbf3786394f6..751f1b2c4dcfa4d15a157d7f20b9fdd4c1845cdc 100644 (file)
@@ -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())