Skip to content

Commit efaeeea

Browse files
committed
Merge branch 'fix-install-paths' of https://github.com/kubo326/fio
* 'fix-install-paths' of https://github.com/kubo326/fio: Makefile: fix man and share install paths on macOS
2 parents 7664dcc + 2fade20 commit efaeeea

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -484,14 +484,8 @@ endif
484484
prefix = $(INSTALL_PREFIX)
485485
bindir = $(prefix)/bin
486486
libdir = $(prefix)/lib/fio
487-
488-
ifeq ($(CONFIG_TARGET_OS), Darwin)
489-
mandir = /usr/share/man
490-
sharedir = /usr/share/fio
491-
else
492-
mandir = $(prefix)/man
487+
mandir = $(prefix)/share/man
493488
sharedir = $(prefix)/share/fio
494-
endif
495489

496490
all: $(PROGS) $(T_TEST_PROGS) $(UT_PROGS) $(SCRIPTS) $(ENGS_OBJS) FORCE
497491

0 commit comments

Comments
 (0)