From 962ae4b1e7fefdc8776c4f828b04e74535b14226 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Thu, 7 Jul 2011 01:40:20 +0000 Subject: [PATCH] Default chroot directory should not fail when used in the appliance's Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f0500c4..b6d799e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -CHROOT=./vabuild -APPLIANCE = base +CHROOT = $(PWD)/vabuild +APPLIANCE ?= base HOSTNAME = $(APPLIANCE) RAW_IMAGE = $(HOSTNAME).img QCOW_IMAGE = $(HOSTNAME).qcow