The following changes since commit 2f2c69242ba72508fb5429d12e1fd72c3cc1e76c: stat: fix typo (2012-02-07 16:42:43 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): Install man page in /usr/share/man by default on OSX Makefile | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) --- Diff of recent changes: diff --git a/Makefile b/Makefile index 6a3f85b..8d8802d 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,12 @@ endif INSTALL = install prefix = /usr/local bindir = $(prefix)/bin + +ifeq ($(UNAME), Darwin) +mandir = /usr/share/man +else mandir = $(prefix)/man +endif all: .depend $(PROGS) $(SCRIPTS) -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html