X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsharedlibrary.cpp;h=9b2fdbb1bd99b02bc3a99f877ec67779b4790c31;hb=6f76342d14c7b7ec7b9629fcfd40199bca1e5e0f;hp=24e0e205682acec12951035b32d84bc26a9a0ece;hpb=4acfb2913d021b37e89465183d8226f4c95f72f9;p=builder.git diff --git a/source/sharedlibrary.cpp b/source/sharedlibrary.cpp index 24e0e20..9b2fdbb 100644 --- a/source/sharedlibrary.cpp +++ b/source/sharedlibrary.cpp @@ -22,10 +22,7 @@ SharedLibrary::SharedLibrary(Builder &b, const Component &c, const listget_type()==Component::MODULE) - { - install_location += '/'; - install_location += package->get_name(); - } + install_location /= package->get_name(); const string &version = component->get_package().get_version(); if(!version.empty())