mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 06:15:34 +02: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_LOCALE_DIR = os.path.join(BUILD_DIR, 'locale')
|
||||||
BUILD_PATCH_DIR = os.path.join(BUILD_DIR, 'patched')
|
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):
|
class BuildData(build):
|
||||||
|
|||||||
Reference in New Issue
Block a user