From 98290973671e07db54847e8be389e70f5f8e752f Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 26 Apr 2006 20:42:22 +0000 Subject: zaurusupdater: make sure to create the directory to copy the script in --- packages/zaurus-updater/zaurus-updater.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/zaurus-updater') 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 -- cgit v1.2.3