correctly concatenate the path.
package is valid again (and passes plasmoidpackagetest)
This commit is contained in:
parent
0e13cdcdf2
commit
d09397673e
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user