projects
/
hdw-linux
/
hdw-linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb65951
)
copy ssl helper scripts
author
hackbard
<hackbard>
Thu, 26 Jan 2006 00:55:25 +0000
(
00:55
+0000)
committer
hackbard
<hackbard>
Thu, 26 Jan 2006 00:55:25 +0000
(
00:55
+0000)
packages/security/openvpn/openvpn
patch
|
blob
|
history
diff --git
a/packages/security/openvpn/openvpn
b/packages/security/openvpn/openvpn
index 8ee2e01a7ef58b0b688e2fd98092a3b0cd46a475..ac2241997ebdc69027653a3d072a7a42a98eb301 100644
(file)
--- a/
packages/security/openvpn/openvpn
+++ b/
packages/security/openvpn/openvpn
@@
-6,3
+6,7
@@
# [V] 2.0.5
# [D] openvpn-2.0.5.tar.gz http://openvpn.net/release/
+post_install() {
+ rm -rf $docdir && mkdir -p $docdir
+ cp -r easy-rsa $docdir
+ }