correctly concatenate the path.
package is valid again (and passes plasmoidpackagetest)
This commit is contained in:
parent
4bda8b39bd
commit
9ef2c42b42
@ -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