From c1a36eb3cdd07b5180d7f9cfe1748fcdb21261c7 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Thu, 9 Jun 2016 10:47:25 +0100 Subject: [PATCH] Don't ignore failures to find a base VMDK for OVAs We should always build them, and treat them not existing as a failure. --- live-build/ubuntu-cpc/hooks/041-vmdk-ova-image.binary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/ubuntu-cpc/hooks/041-vmdk-ova-image.binary b/live-build/ubuntu-cpc/hooks/041-vmdk-ova-image.binary index defb74df..b7c21474 100755 --- a/live-build/ubuntu-cpc/hooks/041-vmdk-ova-image.binary +++ b/live-build/ubuntu-cpc/hooks/041-vmdk-ova-image.binary @@ -24,7 +24,7 @@ fi if [ ! -e ${base_vmdk} ]; then find . | grep vmdk - exit 0 + exit 1 fi # Lets be safe about this