openvpn: move usr/share/openvpn files into its own dir

By moving the file to a subdirectory, it is easier to track where the file
is located on the target without having to check the Makefile every time.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert
2026-03-04 11:21:16 +01:00
committed by Florian Eckert
parent 310c097378
commit 8816657223
12 changed files with 12 additions and 12 deletions
+12 -12
View File
@@ -108,19 +108,19 @@ define Package/openvpn-$(BUILD_VARIANT)/install
$(INSTALL_DIR) $(1)/usr/share/openvpn
$(INSTALL_DATA) \
files/openvpn.options \
$(1)/usr/share/openvpn/openvpn.options
files/usr/share/openvpn/openvpn.options \
$(1)/usr/share/openvpn/
$(INSTALL_BIN) \
files/up.uc\
files/down.uc \
files/route-pre-down.uc \
files/route-up.uc \
files/ipchange.uc \
files/client-connect.uc \
files/client-disconnect.uc \
files/client-crresponse.uc \
files/auth-user-pass-verify.uc \
files/tls-verify.uc \
files/usr/share/openvpn/up.uc \
files/usr/share/openvpn/down.uc \
files/usr/share/openvpn/route-pre-down.uc \
files/usr/share/openvpn/route-up.uc \
files/usr/share/openvpn/ipchange.uc \
files/usr/share/openvpn/client-connect.uc \
files/usr/share/openvpn/client-disconnect.uc \
files/usr/share/openvpn/client-crresponse.uc \
files/usr/share/openvpn/auth-user-pass-verify.uc \
files/usr/share/openvpn/tls-verify.uc \
$(1)/usr/share/openvpn/
$(INSTALL_DIR) $(1)/lib/upgrade/keep.d