From a42539b85791679ab1bf43a04fa2e1497fc1c28f Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 13 Dec 2006 11:51:43 +0000 Subject: [PATCH] Fix a typo that would prevent knockd from building (#1047) git-svn-id: svn://svn.openwrt.org/openwrt/packages@5776 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/knock/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0