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

(-)openvpn-2.2.0.ebuild.old (-3 / +3 lines)
Lines 62-68 Link Here
62
		$(use_enable passwordsave password-save) \
62
		$(use_enable passwordsave password-save) \
63
		$(use_enable ssl) \
63
		$(use_enable ssl) \
64
		$(use_enable ssl crypto) \
64
		$(use_enable ssl crypto) \
65
		$(use_enable iproute2)
65
		$(use_enable iproute2) \
66
		--docdir=/usr/share/doc/${PF}
67
66
}
68
}
67
69
68
src_compile() {
70
src_compile() {
Lines 92-99 Link Here
92
	dodoc AUTHORS ChangeLog PORTS README
94
	dodoc AUTHORS ChangeLog PORTS README
93
	use eurephia && dodoc README.eurephia
95
	use eurephia && dodoc README.eurephia
94
96
95
	# remove empty dir
96
	rmdir "${D}/usr/share/doc/openvpn" || die "rmdir failed"
97
	keepdir /etc/openvpn
97
	keepdir /etc/openvpn
98
98
99
	# Install some helper scripts
99
	# Install some helper scripts

Return to bug 365487