Browse Source

libtai: fixed to install manpages in man3 and not in cat3 directory

user/chris/next/0.4
Christian Wiese 12 years ago committed by Christian Wiese
parent
commit
0dee1b78f7
  1. 4
      develop/libtai/libtai.conf

4
develop/libtai/libtai.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../libtai/libtai.conf # 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. # More information can be found in the files COPYING and README.
# #
@ -29,7 +29,7 @@ pkg_libtai_install() {
# cp -vp $x $root$includedir # cp -vp $x $root$includedir
#done #done
install -m 644 $headers $root$includedir 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 $executables $root$bindir
install -m 755 libtai.a $root$libdir install -m 755 libtai.a $root$libdir
} }

Loading…
Cancel
Save