X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatafile.cpp;h=bb61d7dea7babecc4bafb8cbbe9f4b029f11d15a;hb=0dea0d850f6690de07933794592916d11c9d3f49;hp=188bbdb8d88c44966080ca3e1da835c1725732f1;hpb=f2b26f1929a8209a746bcf4944165b0ba9ef303f;p=builder.git diff --git a/source/datafile.cpp b/source/datafile.cpp index 188bbdb..bb61d7d 100644 --- a/source/datafile.cpp +++ b/source/datafile.cpp @@ -8,7 +8,7 @@ DataFile::DataFile(Builder &b, const Component &c, File &s): component(c), source(s) { - add_depend(source); + add_dependency(source); install_location = Msp::FS::Path("share")/package->get_name(); }