From 0dee1b78f73fc6447ebace84f4cd3036c748cd16 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 6 Sep 2012 10:28:40 +0200 Subject: [PATCH] libtai: fixed to install manpages in man3 and not in cat3 directory --- develop/libtai/libtai.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/develop/libtai/libtai.conf b/develop/libtai/libtai.conf index 893bcca53..831d43970 100644 --- a/develop/libtai/libtai.conf +++ b/develop/libtai/libtai.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../libtai/libtai.conf -# Copyright (C) 2011 The OpenSDE Project +# Copyright (C) 2011 - 2012 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -29,7 +29,7 @@ pkg_libtai_install() { # cp -vp $x $root$includedir #done install -m 644 $headers $root$includedir - install -m 644 $manpages $root$mandir/cat3 + install -m 644 $manpages $root$mandir/man3 install -m 755 $executables $root$bindir install -m 755 libtai.a $root$libdir }