Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile fixes for non GNU systems | Olivier Mehani | 2018-08-18 | 1 | -0/+0 |
| | | | | | | | | * 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> | ||||
* | scripts/update.sh: 18: scripts/update.sh: composer.phar: not found | FoxMaSk | 2017-02-04 | 1 | -1/+1 |
| | | | when composer.phar is not globally installed, we should add "./" in front of "composer.phar" to run it from the current folder. | ||||
* | Usage of composer.phar if it's found | Nicolas LÅ“uillet | 2016-10-27 | 1 | -2/+3 |
| | |||||
* | Added require.sh to check if composer is installed | Nicolas LÅ“uillet | 2016-10-27 | 1 | -0/+8 |