From c446765460a7680b45f4ca8aab9bdc7a7141beec Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Fri, 11 Apr 2008 12:27:38 +0300 Subject: Use LSB locations for manpages LSB says manpages belong to /usr/share/man, adjust makefile defaults accordingly. Signed-off-by: Riku Voipio Signed-off-by: David Woodhouse --- ubi-utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ubi-utils/Makefile') diff --git a/ubi-utils/Makefile b/ubi-utils/Makefile index 8c1994c..e86738b 100644 --- a/ubi-utils/Makefile +++ b/ubi-utils/Makefile @@ -6,7 +6,7 @@ OPTFLAGS := -O2 -g -Wall KERNELHDR := ../include DESTDIR := /usr/local SBINDIR=/usr/sbin -MANDIR=/usr/man +MANDIR=/usr/share/man INCLUDEDIR=/usr/include CC := $(CROSS)gcc -- cgit v1.2.3