X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fmake_changelog.py;h=8fa172f63299b8ecdb6d7bfdb26e228e5531ca12;hb=ec257c02a5d62fd27844c70814acd9616b24b4c8;hp=5237d91ee0c4578fade24e3222b482230d4ef7a6;hpb=d18a7b96c5dbc9954f15c5a0f3b1768f1c75e0f1;p=dak.git diff --git a/dak/make_changelog.py b/dak/make_changelog.py index 5237d91e..8fa172f6 100755 --- a/dak/make_changelog.py +++ b/dak/make_changelog.py @@ -267,7 +267,8 @@ def main(): if export: if cnf.exportpath: - export_files(session, Cnf['Dir::Pool'], cnf.exportpath, Cnf['Dir::TempPath']) + exportpath = os.path.join(Cnf['Dir::Export'], cnf.exportpath) + export_files(session, Cnf['Dir::Pool'], exportpath, Cnf['Dir::TempPath']) else: utils.fubar('No changelog export path defined') elif binnmu: