diff options
author | Daniel Drake <dsd@gentoo.org> | 2005-04-30 11:42:30 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2005-04-30 11:42:30 +0000 |
commit | 1ca3822062bd79adb50f16b6f02935b51b1fc118 (patch) | |
tree | 8c7dfcec3d8e36028d934750c33045ca08f381f7 /eclass/kernel-2.eclass | |
parent | Stable on alpha. (diff) | |
download | historical-1ca3822062bd79adb50f16b6f02935b51b1fc118.tar.gz historical-1ca3822062bd79adb50f16b6f02935b51b1fc118.tar.bz2 historical-1ca3822062bd79adb50f16b6f02935b51b1fc118.zip |
Linux 2.4 has no installmandocs target
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index ea744bb7a894..f2832363b0e1 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.122 2005/04/14 11:00:34 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.123 2005/04/30 11:42:30 dsd Exp $ # Description: kernel.eclass rewrite for a clean base regarding the 2.6 # series of kernel with back-compatibility for 2.4 @@ -465,6 +465,7 @@ install_sources() { } install_manpages() { + kernel_is lt 2 5 && return sed -ie "s#/usr/local/man#${D}/usr/man#g" scripts/makeman ebegin "Installing manpages" env -u ARCH make installmandocs |