Automatically set the absolute path of the program in the wrapper script
authorAntonio Ospite <ao2@ao2.it>
Fri, 29 Jul 2016 14:36:22 +0000 (16:36 +0200)
committerAntonio Ospite <ao2@ao2.it>
Fri, 29 Jul 2016 21:11:55 +0000 (23:11 +0200)
In order to keep the wrapper script open_wrapper.sh simple and solid,
the absolute path of conversations_http_downloader.py is used, however
the hardcoded example value can confuse some users, because the path is
not valid on their system.

So use a Makefile so replace the value automatically.


No differences found