[Ovirt-devel] [PATCH node] Fix defaulting of OVIRT_CACHE_DIR in recipe makefile

Mike Burns mburns at redhat.com
Wed Apr 7 14:44:35 UTC 2010


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   ?= $(HOME)/ovirt-cache
 NODE_TMP          = $(OVIRT_CACHE_DIR)/$(PACKAGE)-$(ARCH)-tmp
 OVIRT_LOCAL_REPO  ?= file://$(OVIRT_CACHE_DIR)/ovirt
 NODE_KS           = $(NODE_TMP)/node.ks
-- 
1.6.6.1




More information about the ovirt-devel mailing list