1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-06-26 19:30:48 +02:00

Correction of plugins/Makefile.am to make make deb right.

This commit is contained in:
prieto 2017-03-16 09:21:57 +01:00
commit 7976a21413
3 changed files with 29 additions and 30 deletions

View file

@ -5,8 +5,7 @@ lodel2confdir=$(sysconfdir)/lodel2
install-data-hook:
mkdir -p ${DESTDIR}$(pluginsdir); cp -R * ${DESTDIR}$(pluginsdir) && rm ${DESTDIR}$(pluginsdir)/Makefile* ;\
cd ${DESTDIR}; \
mkdir -p $(lodel2confdir); \
mkdir -p ${DESTDIR}$(lodel2confdir); \
if [ ! -d ${DESTDIR}$(lodel2confdir)/plugins ]; \
then \
ln -rs -t ${DESTDIR}$(lodel2confdir) $(pluginsdir); \

View file

@ -2,8 +2,8 @@
usage() {
echo -e "Usage : $0 host_of_server instance_name host_of_db number_of_iterations >&2"
echo -e "Example : create_datas locahost instance_00001 localhost:28015 1000"
echo -e "Example : create_datas locahost instance_00001 localhost 1000"
echo -e "Example : create_data_simpleem locahost instance_00001 localhost:28015 1000"
echo -e "Example : create_data_simpleem locahost instance_00001 localhost 1000"
exit 1
}