|
|
# Copyright 1999-2006 Gentoo Foundation | # Copyright 1999-2006 Gentoo Foundation |
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman-kernel/cman-kernel-1.03.00.ebuild,v 1.6 2006/10/19 10:45:18 xmerlin Exp $ |
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman-kernel/cman-kernel-1.03.00.ebuild,v 1.5 2006/10/15 13:14:54 xmerlin Exp $ |
| |
inherit linux-mod linux-info | inherit linux-mod linux-info |
| |
|
|
} | } |
| |
src_install() { | src_install() { |
emake DESTDIR=${D} install || die "install error" |
emake DESTDIR=${D} module_dir=${D}/lib/modules/${KV_FULL} install || die "install error" |
rm -f ${D}/usr/include/cluster/* | rm -f ${D}/usr/include/cluster/* |
} | } |
| |