mirror of
https://github.com/pulb/mailnag.git
synced 2026-01-14 01:42:03 +01:00
fix python lib path on ubuntu
This commit is contained in:
2
setup.py
2
setup.py
@@ -32,7 +32,7 @@ for arg in sys.argv:
|
||||
|
||||
BUILD_LOCALE_DIR = os.path.join(BUILD_DIR, 'locale')
|
||||
BUILD_PATCH_DIR = os.path.join(BUILD_DIR, 'patched')
|
||||
INSTALL_LIB_DIR = os.path.join(get_python_lib(prefix=PREFIX), 'Mailnag')
|
||||
INSTALL_LIB_DIR = os.path.join(get_python_lib(prefix=PREFIX).replace('dist', 'site'), 'Mailnag')
|
||||
|
||||
|
||||
class BuildData(build):
|
||||
|
||||
Reference in New Issue
Block a user