From: Antonio Ospite <ao2@ao2.it>
Date: Fri, 29 Jul 2016 14:36:22 +0000 (+0200)
Subject: Automatically set the absolute path of the program in the wrapper script
X-Git-Url: https://git.ao2.it/conversations_http_downloader.git/commitdiff_plain/66c54a44d2cb07ee984be57e10bcafe306316cc2?ds=inline;hp=66c54a44d2cb07ee984be57e10bcafe306316cc2

Automatically set the absolute path of the program in the wrapper script

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.
---