# HG changeset patch # User Chris Cannam # Date 1582132713 0 # Node ID 11661e61fed0b9bb81174178f63d33ff1892543c # Parent ebd0980e33ff47c6aae4c42233c69e684eeedf8c Comments only diff -r ebd0980e33ff -r 11661e61fed0 installer.cpp --- a/installer.cpp Wed Feb 19 14:18:54 2020 +0000 +++ b/installer.cpp Wed Feb 19 17:18:33 2020 +0000 @@ -170,7 +170,7 @@ QString apache = "Apache License"; QString mit = "MIT License"; - // NB these are not expected to correctly identify any licence! We + // NB these are not expected to identify an arbitrary licence! We // know we have only a limited set here. But we do want to // determine this from the actual licence text included with the // plugin distribution, not just from e.g. RDF metadata @@ -567,6 +567,8 @@ SVCERR << "Note: library " << library << " is not yet installed, not comparing versions" << endl; } + + //!!! if destination exists, move it aside SVCERR << "Copying " << library.toStdString() << " to " << destination.toStdString() << "..." << endl;