From 2103ad95a94b7c4c1420a81df068884e10fad4bd Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sun, 4 Aug 2013 12:03:10 +0000 Subject: [PATCH] packages: [tinc] fix autocreated configdir Tinc's config dir is tinc, not openvpn. Signed-off-by: Christoph Kottke [jogo@openwrt.org: fix commitlog] Signed-off-by: Jonas Gorski SVN-Revision: 37674 --- net/tinc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/tinc/Makefile b/net/tinc/Makefile index b383365eb..576d03418 100644 --- a/net/tinc/Makefile +++ b/net/tinc/Makefile @@ -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 -- 2.30.2