diff options
Diffstat (limited to 'misc/paths.py.in')
| -rw-r--r-- | misc/paths.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/paths.py.in b/misc/paths.py.in index 50eaebf3e..a840e3f14 100644 --- a/misc/paths.py.in +++ b/misc/paths.py.in @@ -38,7 +38,7 @@ exec_prefix = '@exec_prefix@' if exec_prefix == '${prefix}': exec_prefix = prefix -pythonlib = os.path.join(prefix, 'pythonlib') +pythonlib = os.path.join(prefix, 'pythonlib', 'lib', 'python') # Hack the path to include the parent directory of $prefix/Mailman sys.path.insert(0, prefix) |
