From: Florian Fainelli Date: Wed, 13 Dec 2006 11:51:43 +0000 (+0000) Subject: Fix a typo that would prevent knockd from building (#1047) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c82c8f72ed6ef7c4c08065d1da622a8f5162a571;p=openwrt%2Fsvn-archive%2Fpackages.git Fix a typo that would prevent knockd from building (#1047) SVN-Revision: 5776 --- diff --git a/net/knock/Makefile b/net/knock/Makefile index 0f9a04477..9d275da45 100644 --- a/net/knock/Makefile +++ b/net/knock/Makefile @@ -79,7 +79,7 @@ define Package/knock/install $(CP) $(PKG_INSTALL_DIR)/usr/bin/knock $(1)/usr/bin/ endef -define Package/kockd/install +define Package/knockd/install $(INSTALL_DIR) $(1)/etc install -m0600 $(PKG_INSTALL_DIR)/etc/knockd.conf $(1)/etc/ $(INSTALL_DIR) $(1)/usr/sbin