If that folder doesn’t exist, it means the udpate script won’t be able to run because it uses git to retrieve the update.
* Move `Makefile` to `GNUmakefile`, which GNU `make` picks first * Add `Makefile` so other `make`s forward to `gmake` * Set the `SHELL` variable and let `make` handle the shell Signed-off-by: Olivier Mehani <shtrom@ssji.net>
when composer.phar is not globally installed, we should add "./" in front of "composer.phar" to run it from the current folder.