Ensure target bin directory is created on macOS

This commit is contained in:
Hristo Iliev 2021-05-27 22:59:18 +03:00
parent a431dd6dce
commit 49198d5125
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ ifeq ($(OS),FreeBSD)
$(DESTDIR)$(prefix)/man/man1/httpdirfs.1.gz
endif
ifeq ($(OS),Darwin)
install -d $(DESTDIR)$(prefix)/bin
install -m 755 httpdirfs \
$(DESTDIR)$(prefix)/bin/httpdirfs
install -d $(DESTDIR)$(prefix)/share/man/man1