summaryrefslogtreecommitdiffstats
path: root/tools/create-debian-pkglist-gp.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/create-debian-pkglist-gp.py')
-rw-r--r--tools/create-debian-pkglist-gp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create-debian-pkglist-gp.py b/tools/create-debian-pkglist-gp.py
index 42d2ea65c..02c93815c 100644
--- a/tools/create-debian-pkglist-gp.py
+++ b/tools/create-debian-pkglist-gp.py
@@ -207,7 +207,7 @@ if __name__ == '__main__':
repo = main_conf_parser.get('server', 'repository')
confparser = ConfigParser.SafeConfigParser()
- confparser.read(repo + "etc/debian-pkglist.conf")
+ confparser.read(os.path.join(repo, "etc/debian-pkglist.conf"))
# We read the whole configuration file before processing each entries
# to avoid doing work if there is a problem in the file.