mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
kexecboot: remove trailing slash in do_install
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
This commit is contained in:
committed by
Paul Eggleton
parent
4d3f0e3f13
commit
896aab8ca1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user