Merge "Split out public_vip_ping task"
[fuel.git] / build / f_repos / Makefile
index 06d9111..b5eafff 100644 (file)
@@ -150,7 +150,7 @@ get-cache: .cacheid
        @if $(CACHETOOL) check $(shell cat .cacheid); then \
                $(MAKE) clean && \
                $(CACHETOOL) get $(shell cat .cacheid) | \
-                       tar xf - -C ${F_GIT_ROOT}/.git; \
+                       tar xf - -C ${F_GIT_DIR}; \
        else \
                echo "No cache item found for $(shell cat .cacheid)" ;\
                exit 0;\
@@ -161,6 +161,6 @@ get-cache: .cacheid
 put-cache: .cacheid
        @if ! $(CACHETOOL) check $(shell cat .cacheid); then \
                $(MAKE) clean && \
-               tar cf - -C ${F_GIT_ROOT}/.git modules | \
+               tar cf - -C ${F_GIT_DIR} modules | \
                        $(CACHETOOL) put $(shell cat .cacheid); \
        fi