search for: d09905a

Displaying 1 result from an estimated 1 matches for "d09905a".

Did you mean: 1099057
2010 Apr 07
1
[PATCH node] Fix defaulting of OVIRT_CACHE_DIR in recipe makefile
Due to a typo, the defaulting of OVIRT_CACHE_DIR in the recipe Makefile.am was broken. Signed-off-by: Mike Burns <mburns at redhat.com> --- recipe/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipe/Makefile.am b/recipe/Makefile.am index fb34437..d09905a 100644 --- a/recipe/Makefile.am +++ b/recipe/Makefile.am @@ -27,7 +27,7 @@ ARCH = $(shell rpm --eval '%{_arch}') OVIRT_NODE_RECIPE = ovirt-node-recipe.ks PKG_FMT = iso PACKAGE = ovirt-node-image -OVIRT_CACHE_DIR ? =$(HOME)/ovirt-cache +OVIRT_CACHE_DIR...