提交 907ba9b6 编写于 作者: J James Troup

use an absolute path for the output filename. [doogie].

上级 ce79ad77
#!/usr/bin/env python
# Output override files for apt-ftparchive and indices/
# Copyright (C) 2000 James Troup <james@nocrew.org>
# $Id: denise,v 1.2 2001-01-16 21:52:37 troup Exp $
# Copyright (C) 2000, 2001 James Troup <james@nocrew.org>
# $Id: denise,v 1.3 2001-03-02 02:29:00 troup Exp $
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
......@@ -107,7 +107,7 @@ def main ():
override_type = ".debian-installer";
elif type == "dsc":
override_type = ".src";
filename = "override.%s.%s%s" % (override_suite, string.replace(component, "non-US/", ""), override_type);
filename = "%s/override.%s.%s%s" % (Cnf["Dir::OverrideDir"], override_suite, string.replace(component, "non-US/", ""), override_type);
file = utils.open_file(filename, 'w');
sys.stdout = file;
list(suite, component, type);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册