conntrack-tools: create /etc/conntrackd directory
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 47571
This commit is contained in:
parent
b143506b17
commit
deff5fb6c8
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ endef
|
||||||
|
|
||||||
define Package/conntrackd/install
|
define Package/conntrackd/install
|
||||||
$(INSTALL_DIR) \
|
$(INSTALL_DIR) \
|
||||||
|
$(1)/etc/conntrackd \
|
||||||
$(1)/etc/init.d \
|
$(1)/etc/init.d \
|
||||||
$(1)/usr/sbin
|
$(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/conntrackd $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/conntrackd $(1)/usr/sbin/
|
||||||
|
|
Loading…
Reference in a new issue