From 51000089e869068bc85032a5a2a335d7645b8cc5 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 13 Dec 2006 11:51:43 +0000 Subject: [PATCH] Fix a typo that would prevent knockd from building (#1047) SVN-Revision: 5776 --- net/knock/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/knock/Makefile b/net/knock/Makefile index 0f9a044776..9d275da457 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 -- 2.30.2