Browse Source

Bugfixes in autotools chain and in debian packages

Yann Weber 7 years ago
parent
commit
292c0dd6b9
3 changed files with 4 additions and 2 deletions
  1. 2
    0
      .gitignore
  2. 1
    1
      Makefile.am
  3. 1
    1
      progs/create_instance.sh

+ 2
- 0
.gitignore View File

@@ -6,3 +6,5 @@ settings_local.py
6 6
 doc/html
7 7
 doc/*.sqlite3.db
8 8
 .*.swp
9
+Makefile
10
+Makefile.in

+ 1
- 1
Makefile.am View File

@@ -1,5 +1,5 @@
1 1
 SUBDIRS = lodel progs lodelsites
2
-EXTRA_DIST = plugins runtest examples tests runtest.sh debian
2
+EXTRA_DIST = runtest examples tests runtest.sh debian
3 3
 CLEANFILES = runtest
4 4
 
5 5
 lodel2_localstate_DATA =

+ 1
- 1
progs/create_instance.sh View File

@@ -84,7 +84,7 @@ cp -Rv $install_tpl/conf.d $instdir/
84 84
 cp -Rv $em_file $instdir/editorial_model.pickle
85 85
 ln -sv $install_tpl/Makefile $instdir/Makefile
86 86
 ln -sv $install_tpl/lodel_admin.py $instdir/lodel_admin.py
87
-ln -sv $libdir/lodel/plugins $instdir/plugins
87
+ln -sv $libdir/plugins $instdir/plugins
88 88
 cp_loader
89 89
 
90 90
 echo "BEGIN LS"

Loading…
Cancel
Save