diff options
Diffstat (limited to 'gen-patch-info.py')
-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,)) |