[dak/master 4/5] well spotted by Ganneff
Signed-off-by: Mark Hymers <mhy@debian.org>
---
daklib/dbconn.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/daklib/dbconn.py b/daklib/dbconn.py
index dd5aa2d..5e9f547 100644
--- a/daklib/dbconn.py
+++ b/daklib/dbconn.py
@@ -506,8 +506,8 @@ class BuildQueue(object):
os.close()
# Run apt-ftparchive generate
- os.chdir(os.path.dirname(fl_name))
- os.system('apt-ftparchive -qq -o APT::FTPArchive::Contents=off generate %s' % os.path.basename(fl_name))
+ os.chdir(os.path.dirname(ac_name))
+ os.system('apt-ftparchive -qq -o APT::FTPArchive::Contents=off generate %s' % os.path.basename(ac_name))
# Run apt-ftparchive release
# TODO: Eww - fix this
--
1.6.3.3
Reply to: