correctly concatenate the path.

package is valid again (and passes plasmoidpackagetest)
This commit is contained in:
Marco Martin 2011-07-17 12:46:17 +02:00 committed by Aaron Seigo
parent 0e13cdcdf2
commit d09397673e

View File

@ -775,7 +775,7 @@ PackagePrivate::PackagePrivate(const PackageStructure::Ptr st, const QString &pa
if (packageRoot.isEmpty()) {
structure->setPath(structure->defaultPackageRoot()%"/"%path);
} else {
structure->setPath(packageRoot%path);
structure->setPath(packageRoot%"/"%path);
}
}