[Buildroot] [PATCH 1/1] package/expect: drop spurious space

Fabrice Fontaine fontaine.fabrice at gmail.com
Mon Nov 29 22:32:49 UTC 2021


Drop spurious space added by commit
744e91878af86b3d0ee350fa7cffafad2914f3fe

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

diff --git a/package/expect/expect.mk b/package/expect/expect.mk
index 37b4ce7065..44bf74af46 100644
--- a/package/expect/expect.mk
+++ b/package/expect/expect.mk
@@ -16,6 +16,6 @@ EXPECT_DEPENDENCIES = tcl
 EXPECT_CONF_OPTS = --with-tcl=$(BUILD_DIR)/tcl-$(TCL_VERSION)/unix
 
 # Since we don't want examples installed
-EXPECT_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR)  install-binaries
+EXPECT_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-binaries
 
 $(eval $(autotools-package))
-- 
2.33.0



More information about the buildroot mailing list