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
This commit is contained in:
florian 2006-12-13 11:51:43 +00:00
parent ae2b308e6d
commit a42539b857

View File

@ -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