X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatafile.cpp;h=2e9a7e5bcd067dfe79c2eaa936f627f49e935403;hb=6f76342d14c7b7ec7b9629fcfd40199bca1e5e0f;hp=9a47703dd03dab819968e63109e1a0e07f0df353;hpb=4acfb2913d021b37e89465183d8226f4c95f72f9;p=builder.git diff --git a/source/datafile.cpp b/source/datafile.cpp index 9a47703..2e9a7e5 100644 --- a/source/datafile.cpp +++ b/source/datafile.cpp @@ -10,7 +10,7 @@ DataFile::DataFile(Builder &b, const Component &c, File &s): { add_depend(&source); - install_location = "share/"+package->get_name(); + install_location = Msp::FS::Path("share")/package->get_name(); } Msp::FS::Path DataFile::generate_target_path(const Component &comp)