X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatafile.cpp;fp=source%2Fdatafile.cpp;h=5566bf4a50b33a68b9f30c4f08abf1f3cb9b49a9;hb=f8961a9113477735724a3a5229b9338bc9c0fe2e;hp=5457a2b98f883cde0174aa85cd54ffc0477f3e0b;hpb=b1f8964a6b466f9b0c86e82706bf9e72133ecfcf;p=builder.git diff --git a/source/datafile.cpp b/source/datafile.cpp index 5457a2b..5566bf4 100644 --- a/source/datafile.cpp +++ b/source/datafile.cpp @@ -8,7 +8,6 @@ DataFile::DataFile(Builder &b, const Component &c, File &s): component(c), source(s) { - buildable = true; add_depend(&source); install_location = "share/"+package->get_name();