[Lunar-commits] <moonbase> dosfstools: fix the man dir install path.

Florin Braescu florin at lunar-linux.org
Sun Feb 20 13:54:25 CET 2011


commit 076434cb9d404cfce97a8a1b814554d2a553b640
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Feb 20 14:54:25 2011 +0200

    dosfstools: fix the man dir install path.
---
 filesys/dosfstools/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/filesys/dosfstools/BUILD b/filesys/dosfstools/BUILD
index cb6f277..9e52086 100644
--- a/filesys/dosfstools/BUILD
+++ b/filesys/dosfstools/BUILD
@@ -2,7 +2,7 @@
 
   sedit "s/-O2 -fomit-frame-pointer/ /" Makefile &&
 
-  MAKE_OPTS="PREFIX=/usr MANDIR=/usr/man/man8"   &&
+  MAKE_OPTS="PREFIX=/usr MANDIR=/usr/man"   &&
 
   make  $MAKE_OPTS  &&
   prepare_install   &&


More information about the Lunar-commits mailing list