diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-26 20:42:22 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-26 20:42:22 +0000 |
commit | 98290973671e07db54847e8be389e70f5f8e752f (patch) | |
tree | 23a9534826f2b9b7434ceffdfe603ff1dd51d90e /packages/zaurus-updater | |
parent | 448ec265d79fb7810a206e112921c050c8030e6e (diff) |
zaurusupdater: make sure to create the directory to copy the script in
Diffstat (limited to 'packages/zaurus-updater')
-rw-r--r-- | packages/zaurus-updater/zaurus-updater.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/zaurus-updater/zaurus-updater.bb b/packages/zaurus-updater/zaurus-updater.bb index 0040ebeebb..26cf1e5453 100644 --- a/packages/zaurus-updater/zaurus-updater.bb +++ b/packages/zaurus-updater/zaurus-updater.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Encrypted shellscript for the Zaurus ROM update" DEPENDS = "encdec-updater-native" LICENSE = "zaurus-updater" -PR = "r4" +PR = "r5" PACKAGES = "" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -16,7 +16,7 @@ do_compile() { } do_deploy() { - install -d ${DEPLOY_DIR}/images/ + install -d ${DEPLOY_DIR_IMAGE} install -m 0755 updater.sh ${DEPLOY_DIR_IMAGE}/updater.sh.${MACHINE} case ${MACHINE} in |