From 896aab8ca19c1f53862802d5156212a025d4f687 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Fri, 1 Aug 2014 00:46:42 +0200 Subject: kexecboot: remove trailing slash in do_install Signed-off-by: Andrea Adami --- meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-initramfs') diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb index d0176c53d4..1fb5f0da5f 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb @@ -48,7 +48,7 @@ EXTRA_OECONF = "--enable-delay=2 --enable-evdev-rate=1000,250" do_install () { install -d ${D}${bindir} - install -m 0755 kexecboot ${D}${bindir}/ + install -m 0755 kexecboot ${D}${bindir} install -d ${D}/proc install -d ${D}/mnt install -d ${D}/dev -- cgit 1.2.3-korg