[Buildroot] [git commit] package/ktap: drop spurious space

Peter Korsgaard peter at korsgaard.com
Thu Dec 2 17:12:06 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=43e36f3acd720a1cfc4250909ff966d5dd647cd3
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Drop spurious space added by commit
3e1e7db3cc677e9d68a7f0ec74406ab986dcc512

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/ktap/ktap.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ktap/ktap.mk b/package/ktap/ktap.mk
index 09daba5c53..eec8b75b7f 100644
--- a/package/ktap/ktap.mk
+++ b/package/ktap/ktap.mk
@@ -20,7 +20,7 @@ define KTAP_BUILD_CMDS
 endef
 
 define KTAP_INSTALL_TARGET_CMDS
-	$(INSTALL) -D -m755 $(@D)/ktap  $(TARGET_DIR)/usr/bin/ktap
+	$(INSTALL) -D -m755 $(@D)/ktap $(TARGET_DIR)/usr/bin/ktap
 endef
 
 KTAP_MODULE_MAKE_OPTS = KVERSION=$(LINUX_VERSION_PROBED)



More information about the buildroot mailing list