diff options
-rw-r--r-- | recipes-extended/xen/xen-hypervisor.inc | 2 |
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() { | |||
47 | do_deploy() { | 47 | do_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 | ||