diff options
author | Sean Finney <seanius@seanius.net> | 2009-11-29 17:18:54 +0100 |
---|---|---|
committer | Sean Finney <seanius@seanius.net> | 2009-11-29 17:18:54 +0100 |
commit | 11db52a1fedf54f728a9c7f6a890c1bc6d28bd7c (patch) | |
tree | 4663858d05aee5f099f5b352b86498c5985fe059 | |
parent | bf70c3ac3dfe77e9e3f86cd10d947f70e4f5166b (diff) | |
download | patch-tracker-11db52a1fedf54f728a9c7f6a890c1bc6d28bd7c.tar.gz |
add explicit ./ to reprepro confdir
-rwxr-xr-x | gen-patch-info.py | 2 |
1 files changed, 1 insertions, 1 deletions
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,)) |