From: Mark Hymers Date: Sat, 31 Oct 2009 21:35:22 +0000 (+0000) Subject: argh X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2552cfb85bc79f94827f746e6e42ed2e724d599a;p=dak argh Signed-off-by: Mark Hymers --- 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)) ###########################################################################