diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2014-08-01 00:46:42 +0200 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-08-13 22:20:15 +0100 |
commit | 896aab8ca19c1f53862802d5156212a025d4f687 (patch) | |
tree | d38378e75d037b04a35907e6e50e4eb3fd7b36f0 /meta-initramfs | |
parent | 4d3f0e3f13213d07dcad35e6bdae552d70d95638 (diff) | |
download | meta-openembedded-896aab8ca19c1f53862802d5156212a025d4f687.tar.gz |
kexecboot: remove trailing slash in do_install
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'meta-initramfs')
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb index d0176c53d..1fb5f0da5 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" | |||
48 | 48 | ||
49 | do_install () { | 49 | do_install () { |
50 | install -d ${D}${bindir} | 50 | install -d ${D}${bindir} |
51 | install -m 0755 kexecboot ${D}${bindir}/ | 51 | install -m 0755 kexecboot ${D}${bindir} |
52 | install -d ${D}/proc | 52 | install -d ${D}/proc |
53 | install -d ${D}/mnt | 53 | install -d ${D}/mnt |
54 | install -d ${D}/dev | 54 | install -d ${D}/dev |