open-plc-utils: minor whitespace fixes

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
Michael Heimpold 2018-12-14 00:02:09 +01:00
parent f58daa6c9b
commit 969b6df442
1 changed files with 4 additions and 4 deletions

View File

@ -43,9 +43,9 @@ define GenPlugin
TITLE:=Utility $(1) from the Open PLC utilities
endef
define Package/$(addprefix open-plc-utils-,$(1))/description
Utility $(1) from the Open PLC utilities package.
endef
define Package/$(addprefix open-plc-utils-,$(1))/description
Utility $(1) from the Open PLC utilities package.
endef
endef
OPEN_PLC_UTILS_APPS:=efbu efeu efru efsu edru edsu nics \
@ -91,7 +91,7 @@ endef
define BuildPlugin
define Package/$(1)/install
$(INSTALL_DIR) $$(1)/usr/bin
$(INSTALL_DIR) $$(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/local/bin/$(subst open-plc-utils-,,$(1)) \
$$(1)/usr/bin/
endef