diff --git a/packages/network/openvpn/install b/packages/network/openvpn/install index d1f30eda76..ad4a8061bc 100755 --- a/packages/network/openvpn/install +++ b/packages/network/openvpn/install @@ -23,4 +23,4 @@ . config/options $1 mkdir -p $INSTALL/usr/sbin - cp -P $PKG_BUILD/openvpn $INSTALL/usr/sbin + cp -P $PKG_BUILD/src/openvpn/openvpn $INSTALL/usr/sbin