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:
parent
8316ab82ff
commit
21af2bbcbc
15 changed files with 924 additions and 626 deletions
|
|
@ -2,4 +2,4 @@ SUBDIRS=translator
|
|||
|
||||
em_PYTHON=*.py
|
||||
|
||||
emdir=$(pythondir)/lodel/editorial_model
|
||||
emdir=$(pkgpythondir)/editorial_model
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
translator_PYTHON=*.py
|
||||
|
||||
translatordir=$(pythondir)/editorial_model/translator
|
||||
translatordir=$(pkgpythondir)/editorial_model/translator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue