summaryrefslogtreecommitdiffstats
path: root/src/libs/ifwtools/repositorygen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/ifwtools/repositorygen.cpp')
-rw-r--r--src/libs/ifwtools/repositorygen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/ifwtools/repositorygen.cpp b/src/libs/ifwtools/repositorygen.cpp
index 98cd66768..a045c5248 100644
--- a/src/libs/ifwtools/repositorygen.cpp
+++ b/src/libs/ifwtools/repositorygen.cpp
@@ -840,6 +840,7 @@ QStringList QInstallerTools::unifyMetadata(const QString &repoDir, const QString
dir2.cd(existingRepoEntry);
const QString absPath = dir2.absolutePath();
absPaths.append(absPath);
+ dir2.cdUp();
}
}
}