[Buildroot] [git commit] package/brltty: drop spurious spaces

Peter Korsgaard peter at korsgaard.com
Mon Nov 29 21:33:40 UTC 2021


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

Drop spurious spaces added by commit
679585bd6185c57dc20fc460dd476aa30eb3c5e9

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

diff --git a/package/brltty/brltty.mk b/package/brltty/brltty.mk
index 9e21018c0a..600bf596df 100644
--- a/package/brltty/brltty.mk
+++ b/package/brltty/brltty.mk
@@ -129,12 +129,12 @@ BRLTTY_POST_INSTALL_TARGET_HOOKS += BRLTTY_INSTALL_CONF
 
 define BRLTTY_INSTALL_INIT_SYSV
 	$(INSTALL) -D -m 0755 package/brltty/S10brltty \
-		   $(TARGET_DIR)/etc/init.d/S10brltty
+		$(TARGET_DIR)/etc/init.d/S10brltty
 endef
 
 define BRLTTY_INSTALL_INIT_SYSTEMD
 	$(INSTALL) -D -m 0644 package/brltty/brltty.service \
-		   $(TARGET_DIR)/usr/lib/systemd/system/brltty.service
+		$(TARGET_DIR)/usr/lib/systemd/system/brltty.service
 endef
 
 $(eval $(autotools-package))


More information about the buildroot mailing list