Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 64416 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-wireless/ndiswrapper/ndiswrapper-0.10.ebuild (-1 / +1 lines)
Lines 21-27 Link Here
21
	unpack ${A}
21
	unpack ${A}
22
22
23
	# Fix path to kernel and KVERS
23
	# Fix path to kernel and KVERS
24
	sed -i -e "s:^KSRC.*:KSRC=${ROOT}/usr/src/linux:" \
24
	sed -i -e "s:^KSRC.*:KSRC=${ROOT}${KBUILD_OUTPUT_PREFIX}/${KV_MAJOR}\.${KV_MINOR}\.${KV_PATCH}${KV_TYPE}:" \
25
		-e "s:^KVERS.*:KVERS=${KV_MAJOR}${KV_MINOR}:" \
25
		-e "s:^KVERS.*:KVERS=${KV_MAJOR}${KV_MINOR}:" \
26
		${S}/driver/Makefile
26
		${S}/driver/Makefile
27
27

Return to bug 64416