diff options
-rw-r--r-- | meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb b/meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb index 1395a35f54..a28c73ab5a 100644 --- a/meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb +++ b/meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb | |||
@@ -54,8 +54,12 @@ do_install:append() { | |||
54 | install -d ${D}/${sysconfdir}/openvpn/sample | 54 | install -d ${D}/${sysconfdir}/openvpn/sample |
55 | install -m 644 ${S}/sample/sample-config-files/loopback-server ${D}${sysconfdir}/openvpn/sample/loopback-server.conf | 55 | install -m 644 ${S}/sample/sample-config-files/loopback-server ${D}${sysconfdir}/openvpn/sample/loopback-server.conf |
56 | install -m 644 ${S}/sample/sample-config-files/loopback-client ${D}${sysconfdir}/openvpn/sample/loopback-client.conf | 56 | install -m 644 ${S}/sample/sample-config-files/loopback-client ${D}${sysconfdir}/openvpn/sample/loopback-client.conf |
57 | install -dm 755 ${D}${sysconfdir}/openvpn/sample/sample-config-files | ||
57 | install -dm 755 ${D}${sysconfdir}/openvpn/sample/sample-keys | 58 | install -dm 755 ${D}${sysconfdir}/openvpn/sample/sample-keys |
59 | install -dm 755 ${D}${sysconfdir}/openvpn/sample/sample-scripts | ||
60 | install -m 644 ${S}/sample/sample-config-files/* ${D}${sysconfdir}/openvpn/sample/sample-config-files | ||
58 | install -m 644 ${S}/sample/sample-keys/* ${D}${sysconfdir}/openvpn/sample/sample-keys | 61 | install -m 644 ${S}/sample/sample-keys/* ${D}${sysconfdir}/openvpn/sample/sample-keys |
62 | install -m 644 ${S}/sample/sample-scripts/* ${D}${sysconfdir}/openvpn/sample/sample-scripts | ||
59 | 63 | ||
60 | install -d -m 710 ${D}/${localstatedir}/lib/openvpn | 64 | install -d -m 710 ${D}/${localstatedir}/lib/openvpn |
61 | } | 65 | } |