]> 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 44d461268a35bd287f216961a71573626972bb3d..039267a0b86d9a3b5b7544e7c14d651ddbe09318 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "component.h"
 #include "executable.h"
 #include "sourcepackage.h"
@@ -12,4 +5,6 @@ Distributed under the LGPL
 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";
+}