babel-pinger: fix typo in Makefile
This commit is contained in:
parent
a5f73bbaf8
commit
820f567d5d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ endef
|
|||
MAKE_FLAGS+= \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
|
||||
define Package/babeld/install
|
||||
define Package/babel-pinger/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/babel-pinger $(1)/usr/sbin/
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue