mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
open-plc-utils: minor whitespace fixes
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -43,9 +43,9 @@ define GenPlugin
|
|||||||
TITLE:=Utility $(1) from the Open PLC utilities
|
TITLE:=Utility $(1) from the Open PLC utilities
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(addprefix open-plc-utils-,$(1))/description
|
define Package/$(addprefix open-plc-utils-,$(1))/description
|
||||||
Utility $(1) from the Open PLC utilities package.
|
Utility $(1) from the Open PLC utilities package.
|
||||||
endef
|
endef
|
||||||
endef
|
endef
|
||||||
|
|
||||||
OPEN_PLC_UTILS_APPS:=efbu efeu efru efsu edru edsu nics \
|
OPEN_PLC_UTILS_APPS:=efbu efeu efru efsu edru edsu nics \
|
||||||
@@ -91,7 +91,7 @@ endef
|
|||||||
|
|
||||||
define BuildPlugin
|
define BuildPlugin
|
||||||
define Package/$(1)/install
|
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)) \
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/local/bin/$(subst open-plc-utils-,,$(1)) \
|
||||||
$$(1)/usr/bin/
|
$$(1)/usr/bin/
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user