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

(-)openvpn-2.1_beta14.ebuild (-4 / +1 lines)
Lines 92-101 src_install() { Link Here
92
	# Install plugins and easy-rsa
92
	# Install plugins and easy-rsa
93
	if ! use minimal ; then
93
	if ! use minimal ; then
94
		cd easy-rsa/2.0
94
		cd easy-rsa/2.0
95
		exeinto "/usr/share/${PN}/easy-rsa"
95
		make install "DESTDIR=${D}/usr/share/${PN}/easy-rsa"
96
		doexe *-* pkitool
97
		insinto "/usr/share/${PN}/easy-rsa"
98
		doins README openssl.cnf vars
99
		cd ../..
96
		cd ../..
100
97
101
		exeinto "/usr/$(get_libdir)/${PN}"
98
		exeinto "/usr/$(get_libdir)/${PN}"

Return to bug 147308