Ensure the cache directory to be shared exists
This commit is contained in:
parent
78b6eb9f9f
commit
0540df3ed7
@ -251,7 +251,7 @@ update-gems: | $(patsubst %,gems/%.gem,$(BUNDLED_GEMS))
|
||||
test-bundler-precheck: | $(srcdir)/.bundle/cache
|
||||
|
||||
$(srcdir)/.bundle/cache:
|
||||
$(MAKEDIRS) $(@D)
|
||||
$(MAKEDIRS) $(@D) $(CACHE_DIR)
|
||||
$(LN_S) ../.downloaded-cache $@
|
||||
|
||||
gems/%.gem:
|
||||
|
Loading…
x
Reference in New Issue
Block a user