Skip to content

Commit

Permalink
build: try mkdir on shared libpostal dir
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Dec 18, 2024
1 parent 06ac151 commit 5394d9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ install-libpostal:
make install && \
make download-models; \
else \
$(SUDO) mkdir -p /usr/local/share/libpostal && \
$(SUDO) make install && \
$(SUDO) make download-models; \
fi
Expand Down

0 comments on commit 5394d9d

Please sign in to comment.