提交 2552cfb8 编写于 作者: M Mark Hymers

argh

Signed-off-by: NMark Hymers <mhy@debian.org>
上级 e1ebc9d9
......@@ -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))
###########################################################################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册