Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147308 - net-misc/openvpn-2.1_beta15 version bump
Summary: net-misc/openvpn-2.1_beta15 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Roy Marples (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-12 05:51 UTC by Alon Bar-Lev (RETIRED)
Modified: 2006-09-12 23:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
openvpn-2.1_beta15.ebuild.diff (openvpn-2.1_beta15.ebuild.diff,485 bytes, patch)
2006-09-12 05:52 UTC, Alon Bar-Lev (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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