summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/xen/xen-hypervisor.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen-hypervisor.inc b/recipes-extended/xen/xen-hypervisor.inc
index 21d9c7ff..c386917d 100644
--- a/recipes-extended/xen/xen-hypervisor.inc
+++ b/recipes-extended/xen/xen-hypervisor.inc
@@ -47,7 +47,7 @@ do_install() {
47do_deploy() { 47do_deploy() {
48 install -d ${DEPLOYDIR} 48 install -d ${DEPLOYDIR}
49 49
50 if [ -f ${B}/xen/xen.gz ]; then 50 if [ -f ${B}/xen/xen ]; then
51 install -m 0644 ${B}/xen/xen ${DEPLOYDIR}/xen-${MACHINE} 51 install -m 0644 ${B}/xen/xen ${DEPLOYDIR}/xen-${MACHINE}
52 fi 52 fi
53 53