bolt / project

🚀 Repo to `composer create project` a Bolt 5 project.
MIT License
39 stars 38 forks source link

The make install command use an unexisting instruction #109

Closed ghost closed 2 years ago

ghost commented 2 years ago

The make install command lauch a make db-create command that don't exists.

The error message we get :

make db-create
make[1]: Entering directory '/srv/bolt'
make[1]: *** No rule to make target 'db-create'.  Stop.
make[1]: Leaving directory '/srv/bolt'
make: *** [Makefile:9: install] Error 2
bobdenotter commented 2 years ago

Hi @c4ilus ,

Thanks for pointing this out.. I've made a slightly alternative fix in #111

In a day or two, we'll package new releases with this fix in it.