X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatafile.cpp;h=188bbdb8d88c44966080ca3e1da835c1725732f1;hb=b067981c0da0c1a4616ed175d0ce8ac5564cbdbf;hp=9a47703dd03dab819968e63109e1a0e07f0df353;hpb=968db78efd29b1f4890068693728299b2c7c92c7;p=builder.git diff --git a/source/datafile.cpp b/source/datafile.cpp index 9a47703..188bbdb 100644 --- a/source/datafile.cpp +++ b/source/datafile.cpp @@ -8,9 +8,9 @@ DataFile::DataFile(Builder &b, const Component &c, File &s): component(c), source(s) { - add_depend(&source); + 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)