|
Lines 1-6
Link Here
|
| 1 |
# Copyright 1999-2010 Gentoo Foundation |
1 |
# Copyright 1999-2011 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20101015.ebuild,v 1.1 2010/10/19 14:31:12 pva Exp $ |
3 |
# $Header: $ |
| 4 |
|
4 |
|
| 5 |
# Use svn snapshots: |
5 |
# Use svn snapshots: |
| 6 |
# https://sourceforge.net/tracker/?func=detail&atid=603423&aid=3041832&group_id=93175 |
6 |
# https://sourceforge.net/tracker/?func=detail&atid=603423&aid=3041832&group_id=93175 |
|
Lines 35-40
Link Here
|
| 35 |
linux-mod_pkg_setup |
35 |
linux-mod_pkg_setup |
| 36 |
} |
36 |
} |
| 37 |
|
37 |
|
|
|
38 |
src_prepare() { |
| 39 |
epatch "${FILESDIR}/${P}-scsi-host-lock-push-down.patch" |
| 40 |
} |
| 41 |
|
| 38 |
src_install() { |
42 |
src_install() { |
| 39 |
linux-mod_src_install || die "Error: installing module failed!" |
43 |
linux-mod_src_install || die "Error: installing module failed!" |
| 40 |
|
44 |
|