Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 173921
Collapse All | Expand All

(-)downloads/ebuilds/flapjack-0.3.ebuild (-1 / +3 lines)
Lines 10-16 Link Here
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
11
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~amd64"
13
KEYWORDS="~x86 ~amd64"
14
IUSE=""
14
IUSE=""
15
15
16
DEPEND=">=sys-kernel/linux-headers-2.6.17-r2"
16
DEPEND=">=sys-kernel/linux-headers-2.6.17-r2"
Lines 23-27 Link Here
23
23
24
src_install() {
24
src_install() {
25
	emake DESTDIR="${D}" install || die "emake install failed"
25
	emake DESTDIR="${D}" install || die "emake install failed"
26
	insinto /etc/udev/rules.d
27
	doins doc/45-flapjack.rules
26
}
28
}
27
29

Return to bug 173921