Export the ELEMENTS_DIR so that dependencies work.

Change-Id: I544b0762f8a13a11564cf02c5fdbe3cb521f63b3
This commit is contained in:
Robert Collins 2013-02-05 14:39:38 +13:00
parent 24600defd0
commit 3d95bf81c5
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ export IMAGE_SIZE=${IMAGE_SIZE:-2} # N.B. This size is in GB
# Set via the CLI normally.
# IMAGE_ELEMENT=
IMG_PATH=~/.cache/image-create
ELEMENTS_DIR=$(dirname $0)/../elements
export ELEMENTS_DIR=$(dirname $0)/../elements