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:
parent
a2e3707a4b
commit
7976a21413
3 changed files with 29 additions and 30 deletions
|
|
@ -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); \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue