Use CURDIR instead of PWD.

This commit is contained in:
Albert Hopkins 2012-12-29 16:29:42 +00:00
parent 0cedef59ca
commit 81df9f06fa
1 changed files with 1 additions and 1 deletions

View File

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