diff options
Diffstat (limited to 'classes/bootfs-image.bbclass')
| -rw-r--r-- | classes/bootfs-image.bbclass | 2 |
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 |
