]> git.tdb.fi Git - builder.git/blobdiff - source/executable.cpp
Move some install location assignments to more logical places
[builder.git] / source / executable.cpp
index 4758d5fd0752a6de93db096965bf693249772454..039267a0b86d9a3b5b7544e7c14d651ddbe09318 100644 (file)
@@ -5,4 +5,6 @@
 Executable::Executable(Builder &b, const Component &c, const std::list<ObjectFile *> &objs):
        FileTarget(b, &c.get_package(), generate_target_path(c)),
        Binary(b, c, objs)
-{ }
+{
+       install_location = "bin";
+}