packages: [tinc] fix autocreated configdir
Tinc's config dir is tinc, not openvpn. Signed-off-by: Christoph Kottke <christoph.kottke@gmx.de> [jogo@openwrt.org: fix commitlog] Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@37674 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b6632493a6
commit
4a74c27bb6
@ -47,7 +47,7 @@ define Package/tinc/install
|
||||
$(INSTALL_BIN) files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME)
|
||||
$(INSTALL_DIR) $(1)/etc/config
|
||||
$(INSTALL_CONF) files/$(PKG_NAME).config $(1)/etc/config/$(PKG_NAME)
|
||||
$(INSTALL_DIR) $(1)/etc/openvpn
|
||||
$(INSTALL_DIR) $(1)/etc/tinc
|
||||
$(INSTALL_DIR) $(1)/lib/upgrade/keep.d
|
||||
$(INSTALL_DATA) files/tinc.upgrade $(1)/lib/upgrade/keep.d/tinc
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user