diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2007-07-30 11:15:39 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2007-07-30 11:15:39 +0000 |
| commit | 929f61d2aef5cf85e6d88cdbcf542c838a03bf34 (patch) | |
| tree | fa99fe12f0718313365a066d93df646ef6f5ef49 /classes/image.bbclass | |
| parent | 22348937cf12a03afe2aaeaa0c297867bb40433b (diff) | |
| parent | 10de3859729ec4a238d66340144a93005fcd0a61 (diff) | |
merge of '4a597627acd6eec179bb1a03405d92cf8b871ac0'
and '6c89e16689bde0d5bff8b0e47eea04a458190a56'
Diffstat (limited to 'classes/image.bbclass')
| -rw-r--r-- | classes/image.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/image.bbclass b/classes/image.bbclass index 5f1dfa2dce..101b53307a 100644 --- a/classes/image.bbclass +++ b/classes/image.bbclass @@ -89,9 +89,9 @@ fakeroot do_rootfs () { for type in ${IMAGE_FSTYPES}; do if test -z "$FAKEROOTKEY"; then - fakeroot -i ${TMPDIR}/fakedb.image bbimage -t $type -e ${FILE} + fakeroot -i ${TMPDIR}/fakedb.image ${PYTHON} `which bbimage` -t $type -e ${FILE} else - bbimage -n "${IMAGE_NAME}" -t "$type" -e "${FILE}" + ${PYTHON} `which bbimage` -n "${IMAGE_NAME}" -t "$type" -e "${FILE}" fi cd ${DEPLOY_DIR_IMAGE}/ |
