[Buildroot] [git commit] busybox: Fix syntax error when installing S10mdev

Peter Korsgaard jacmet at sunsite.dk
Wed Oct 26 21:17:42 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=9d7c922c5c738f4c9520152d52f83c385a4f1a2f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Philippe Pepiot <phil at philpep.org>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/busybox/busybox.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
index c95190d..9ca4c93 100644
--- a/package/busybox/busybox.mk
+++ b/package/busybox/busybox.mk
@@ -31,7 +31,7 @@ endif
 # If mdev will be used for device creation enable it and copy S10mdev to /etc/init.d
 ifeq ($(BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV),y)
 define BUSYBOX_INSTALL_MDEV_SCRIPT
-	[ -f $(TARGET_DIR)/etc/init.d/S10mdev ] ||
+	[ -f $(TARGET_DIR)/etc/init.d/S10mdev ] || \
 		install -D -m 0755 package/busybox/S10mdev \
 			$(TARGET_DIR)/etc/init.d/S10mdev
 endef


More information about the buildroot mailing list