diff --git a/package.cpp b/package.cpp index e24fa17bb..4c00d368e 100644 --- a/package.cpp +++ b/package.cpp @@ -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); } }