Backend: Fix Makefile info message
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
8155927dd9
commit
049055b66b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ migrate:
|
|||
install-bin:
|
||||
scripts/build.sh prod ~/.local/bin/$(BINARY_NAME)
|
||||
install-assets:
|
||||
$(info Installing assets in ~/photoprism)
|
||||
$(info Installing assets)
|
||||
mkdir -p ~/.config/photoprism
|
||||
mkdir -p ~/.cache/photoprism
|
||||
mkdir -p ~/Pictures/Originals
|
||||
|
|
Loading…
Reference in a new issue