mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
openvpn: improve readability for files install target
Each script to be installed is moved to its own line to improve readability. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
committed by
Florian Eckert
parent
9d2de51e06
commit
f1c2f51fc8
@@ -111,10 +111,16 @@ define Package/openvpn-$(BUILD_VARIANT)/install
|
||||
files/openvpn.options \
|
||||
$(1)/usr/share/openvpn/openvpn.options
|
||||
$(INSTALL_BIN) \
|
||||
files/up.uc files/down.uc files/route-pre-down.uc files/route-up.uc \
|
||||
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/client-connect.uc \
|
||||
files/client-disconnect.uc \
|
||||
files/client-crresponse.uc \
|
||||
files/auth-user-pass-verify.uc \
|
||||
files/tls-verify.uc \
|
||||
$(1)/usr/share/openvpn/
|
||||
|
||||
$(INSTALL_DIR) $(1)/lib/upgrade/keep.d
|
||||
|
||||
Reference in New Issue
Block a user