babel-pinger: fix typo in Makefile

This commit is contained in:
Gabriel Kerneis 2015-01-01 14:18:39 +01:00
parent a5f73bbaf8
commit 820f567d5d
1 changed files with 1 additions and 1 deletions

View File

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