1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-10-30 11:09:03 +01:00

Bugfixes in autotools chain and in debian packages

This commit is contained in:
Yann 2016-11-04 14:34:55 +01:00
commit 292c0dd6b9
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View file

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

View file

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

View file

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