aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2014-08-01 00:46:42 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2014-08-13 22:20:15 +0100
commit896aab8ca19c1f53862802d5156212a025d4f687 (patch)
treed38378e75d037b04a35907e6e50e4eb3fd7b36f0 /meta-initramfs
parent4d3f0e3f13213d07dcad35e6bdae552d70d95638 (diff)
downloadmeta-openembedded-contrib-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.bb2
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 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