1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-13 01:19:16 +01:00

Autotools chain enhancement + solves #137

Using $pkgpythondir instead of $pythondir in Makefile.am
Solves a bug that put installed files in site-packages instead of dist-packages on debian
This commit is contained in:
Yann 2016-08-30 17:26:32 +02:00
commit 21af2bbcbc
15 changed files with 924 additions and 626 deletions

View file

@ -2,4 +2,4 @@ SUBDIRS=translator
em_PYTHON=*.py
emdir=$(pythondir)/lodel/editorial_model
emdir=$(pkgpythondir)/editorial_model

View file

@ -1,3 +1,3 @@
translator_PYTHON=*.py
translatordir=$(pythondir)/editorial_model/translator
translatordir=$(pkgpythondir)/editorial_model/translator