install -d -m755 "$PKGDIR"/etc/openvpn

install -d -m755 "$PKGDIR"/usr/share/openvpn
cp -r sample/sample-config-files "$PKGDIR"/usr/share/openvpn/examples

install -d -m755 "$PKGDIR"/usr/share/openvpn/contrib
cp -r contrib "$PKGDIR"/usr/share/openvpn
