From: Florian Eckert Date: Wed, 4 Mar 2026 10:11:12 +0000 (+0100) Subject: openvpn: remove not needed INSTALL_DIR creations X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9d2de51e06836621d9f4ca330c347a0f264af169;p=openwrt-packages.git openvpn: remove not needed INSTALL_DIR creations This 'INSTALL_DIR' creation are not needed anymore after refactoring. Signed-off-by: Florian Eckert --- diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index 447d42872..d41adbad3 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -91,14 +91,6 @@ define Build/Configure endef define Package/openvpn-$(BUILD_VARIANT)/install - $(INSTALL_DIR) \ - $(1)/etc/init.d \ - $(1)/etc/config \ - $(1)/etc/openvpn \ - $(1)/lib/functions \ - $(1)/usr/libexec \ - $(1)/etc/hotplug.d/openvpn - $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) \ $(PKG_INSTALL_DIR)/usr/sbin/openvpn \