X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatafile.cpp;h=5566bf4a50b33a68b9f30c4f08abf1f3cb9b49a9;hb=632361796a7ddadf8a726526c937fab22281fb7b;hp=3164d8e38caeec5a532df9d8e402defe3e01fbf5;hpb=338eefb513953ae55e8e3614c009c242ba8ad74e;p=builder.git diff --git a/source/datafile.cpp b/source/datafile.cpp index 3164d8e..5566bf4 100644 --- a/source/datafile.cpp +++ b/source/datafile.cpp @@ -8,8 +8,9 @@ DataFile::DataFile(Builder &b, const Component &c, File &s): component(c), source(s) { - buildable = true; add_depend(&source); + + install_location = "share/"+package->get_name(); } Msp::FS::Path DataFile::generate_target_path(const Component &comp)