Browse Source

Deployment bugfixes

Fixes problems with plugins
Yann Weber 8 years ago
parent
commit
edb8dde101
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      lodel/Makefile.am
  2. 1
    1
      progs/slim/install_model/loader.py

+ 1
- 1
lodel/Makefile.am View File

@@ -1,5 +1,5 @@
1 1
 SUBDIRS=auth editorial_model leapi plugin settings utils plugins
2
-
2
+EXTRA_DIST = plugins
3 3
 lodel_PYTHON = *.py
4 4
 CLEANFILES = buildconf.py
5 5
 

+ 1
- 1
progs/slim/install_model/loader.py View File

@@ -10,7 +10,7 @@ import sys, os, os.path
10 10
 #
11 11
 # Bootstraping
12 12
 #
13
-LODEL2_LIB_ABS_PATH = '/home/yannweb/dev/lodel2/lodel2-git'
13
+LODEL2_LIB_ABS_PATH = None
14 14
 if LODEL2_LIB_ABS_PATH is not None:
15 15
     if not os.path.isdir(LODEL2_LIB_ABS_PATH):
16 16
         print("FATAL ERROR : the LODEL2_LIB_ABS_PATH variable in loader.py is \

Loading…
Cancel
Save