summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@digia.com>2014-09-08 11:02:11 +0200
committerRainer Keller <rainer.keller@digia.com>2014-09-09 11:13:28 +0300
commit8d903f5cd379e8c45f64c985393498ae03234d93 (patch)
tree1eb22eea619eb783e5ea28896e139c3ce88c1254 /classes
parentff3975413e518b9435ae2239d29fee0c6295c17c (diff)
downloadmeta-boot2qt-8d903f5cd379e8c45f64c985393498ae03234d93.tar.gz
Create subfolders if necessary
Change-Id: Ibf940d835ab9b2edf54da818811e1aa23172e3b5 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/bootfs-image.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/bootfs-image.bbclass b/classes/bootfs-image.bbclass
index cbb6c4c..b5b0497 100644
--- a/classes/bootfs-image.bbclass
+++ b/classes/bootfs-image.bbclass
@@ -36,7 +36,7 @@ fakeroot do_bootfs () {
36 src=`echo $item | awk -F':' '{ print $1 }'` 36 src=`echo $item | awk -F':' '{ print $1 }'`
37 dst=`echo $item | awk -F':' '{ print $2 }'` 37 dst=`echo $item | awk -F':' '{ print $2 }'`
38 38
39 install -m 0755 ${DEPLOY_DIR_IMAGE}/$src ${S}/bootfs/$dst 39 install -D -m 0755 ${DEPLOY_DIR_IMAGE}/$src ${S}/bootfs/$dst
40 done 40 done
41 41
42 cd ${S}/bootfs 42 cd ${S}/bootfs