From 2552cfb85bc79f94827f746e6e42ed2e724d599a Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sat, 31 Oct 2009 21:35:22 +0000 Subject: [PATCH] argh Signed-off-by: Mark Hymers --- daklib/queue.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daklib/queue.py b/daklib/queue.py index 0c61843d..037ad627 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -2039,9 +2039,9 @@ distribution.""" """ h = Holding() utils.move(os.path.join(h.holding_dir, self.pkg.changes_file), - dest, perms=int(queue.changesperms, 8)) + queue.path, perms=int(queue.changesperms, 8)) for f in self.pkg.files.keys(): - utils.move(os.path.join(h.holding_dir, f), dest, perms=int(queue.perms, 8)) + utils.move(os.path.join(h.holding_dir, f), queue.path, perms=int(queue.perms, 8)) ########################################################################### -- GitLab