X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatafile.cpp;h=188bbdb8d88c44966080ca3e1da835c1725732f1;hb=9134ce7f2225eb301c7b6c9aca8521c4e82dc065;hp=2e9a7e5bcd067dfe79c2eaa936f627f49e935403;hpb=6f76342d14c7b7ec7b9629fcfd40199bca1e5e0f;p=builder.git diff --git a/source/datafile.cpp b/source/datafile.cpp index 2e9a7e5..188bbdb 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_depend(source); install_location = Msp::FS::Path("share")/package->get_name(); }