Default chroot directory should not fail when used in the appliance's Makefile

This commit is contained in:
Albert Hopkins 2011-07-07 01:40:20 +00:00
parent 581a30ec7f
commit 962ae4b1e7
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
CHROOT=./vabuild
APPLIANCE = base
CHROOT = $(PWD)/vabuild
APPLIANCE ?= base
HOSTNAME = $(APPLIANCE)
RAW_IMAGE = $(HOSTNAME).img
QCOW_IMAGE = $(HOSTNAME).qcow