Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 147308

Summary: net-misc/openvpn-2.1_beta15 version bump
Product: Gentoo Linux Reporter: Alon Bar-Lev (RETIRED) <alonbl>
Component: New packagesAssignee: Roy Marples (RETIRED) <uberlord>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: openvpn-2.1_beta15.ebuild.diff

Description Alon Bar-Lev (RETIRED) gentoo-dev 2006-09-12 05:51:17 UTC
Hello,
Please update this version.
I've updated easyrsa so it will have make install, so you don't need to guess which file to copy where.
Comment 1 Alon Bar-Lev (RETIRED) gentoo-dev 2006-09-12 05:52:39 UTC
Created attachment 96785 [details, diff]
openvpn-2.1_beta15.ebuild.diff
Comment 2 Roy Marples (RETIRED) gentoo-dev 2006-09-12 16:50:14 UTC
Fixed, thanks
Comment 3 Alon Bar-Lev (RETIRED) gentoo-dev 2006-09-12 22:30:29 UTC
                cd easy-rsa/2.0
                make install "DESTDIR=${D}/usr/share/${PN}/easy-rsa"
----> MIssing:  		cd ../..

                exeinto "/usr/$(get_libdir)/${PN}"
                doexe plugin/*/*.so

Why did you removed the cd ../..?
The doexe will not work correctly.
Comment 4 Roy Marples (RETIRED) gentoo-dev 2006-09-12 23:45:44 UTC
Fixed