From 11db52a1fedf54f728a9c7f6a890c1bc6d28bd7c Mon Sep 17 00:00:00 2001 From: Sean Finney Date: Sun, 29 Nov 2009 17:18:54 +0100 Subject: add explicit ./ to reprepro confdir --- gen-patch-info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gen-patch-info.py') diff --git a/gen-patch-info.py b/gen-patch-info.py index fe69bf4..3b5847b 100755 --- a/gen-patch-info.py +++ b/gen-patch-info.py @@ -32,7 +32,7 @@ if __name__ == '__main__': gen_pts_index = True if update_archive: - os.system("env PYTHONPATH=%s reprepro -b %s --confdir reprepro/conf update"% + os.system("env PYTHONPATH=%s reprepro -b %s --confdir ./reprepro/conf update"% (os.path.dirname(os.path.realpath(sys.argv[0])), Conf.archive_root,)) -- cgit v1.2.3