X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsharedlibrary.cpp;h=9b2fdbb1bd99b02bc3a99f877ec67779b4790c31;hb=6ed04f66e56958890c2ecca82fa3885f10f8adf0;hp=24e0e205682acec12951035b32d84bc26a9a0ece;hpb=8932cbfa8cdb0b9edf9894bd4c56980dab0a2f4b;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())