X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fexecutable.cpp;h=039267a0b86d9a3b5b7544e7c14d651ddbe09318;hb=16bda19cc87b5064daad9955f0ebb5ac5be7dec7;hp=4758d5fd0752a6de93db096965bf693249772454;hpb=be6c1ae1dcc97cb3e3019c0384f1bc933fcd321c;p=builder.git diff --git a/source/executable.cpp b/source/executable.cpp index 4758d5f..039267a 100644 --- a/source/executable.cpp +++ b/source/executable.cpp @@ -5,4 +5,6 @@ Executable::Executable(Builder &b, const Component &c, const std::list &objs): FileTarget(b, &c.get_package(), generate_target_path(c)), Binary(b, c, objs) -{ } +{ + install_location = "bin"; +}