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

(-)/usr/portage/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.7.00.0640.ebuild (-1 / +1 lines)
Lines 42-48 Link Here
42
42
43
src_compile () {
43
src_compile () {
44
	unset ARCH
44
	unset ARCH
45
	sh ./driver_build.sh /lib/modules/${KV}/build
45
	sh ./driver_build.sh ${KV_DIR}
46
	[ ! -f ./cisco_ipsec -a ! -f ./cisco_ipsec.ko ] \
46
	[ ! -f ./cisco_ipsec -a ! -f ./cisco_ipsec.ko ] \
47
		&& die "Failed to make module 'cisco_ipsec'"
47
		&& die "Failed to make module 'cisco_ipsec'"
48
	sed -i "s#@VPNBINDIR@#/usr/bin#" vpnclient_init
48
	sed -i "s#@VPNBINDIR@#/usr/bin#" vpnclient_init

Return to bug 119057