summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/zaurus-updater/zaurus-updater.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/zaurus-updater/zaurus-updater.bb')
-rw-r--r--openembedded/packages/zaurus-updater/zaurus-updater.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/packages/zaurus-updater/zaurus-updater.bb b/openembedded/packages/zaurus-updater/zaurus-updater.bb
index 42e80c4ab7..2aff497de1 100644
--- a/openembedded/packages/zaurus-updater/zaurus-updater.bb
+++ b/openembedded/packages/zaurus-updater/zaurus-updater.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Encrypted shellscript for the Zaurus ROM update" 1DESCRIPTION = "Encrypted shellscript for the Zaurus ROM update"
2DEPENDS = "encdec-updater-native" 2DEPENDS = "encdec-updater-native"
3LICENSE = "zaurus-updater" 3LICENSE = "zaurus-updater"
4PR = "r2" 4PR = "r3"
5 5
6PACKAGES = "" 6PACKAGES = ""
7PACKAGE_ARCH = "${MACHINE_ARCH}" 7PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -16,11 +16,11 @@ do_compile() {
16 16
17do_deploy() { 17do_deploy() {
18 install -d ${DEPLOY_DIR}/images/ 18 install -d ${DEPLOY_DIR}/images/
19 install -m 0755 updater.sh ${DEPLOY_DIR}/images/updater.sh.${MACHINE} 19 install -m 0755 updater.sh ${DEPLOY_DIR_IMAGE}/updater.sh.${MACHINE}
20 20
21 case ${MACHINE} in 21 case ${MACHINE} in
22 spitz | borzoi ) 22 spitz | borzoi )
23 install -m 0755 gnu-tar ${DEPLOY_DIR}/images/gnu-tar 23 install -m 0755 gnu-tar ${DEPLOY_DIR_IMAGE}/gnu-tar
24 ;; 24 ;;
25 *) 25 *)
26 ;; 26 ;;