about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--local.mk.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.mk.sample b/local.mk.sample
index 6bee703..25a08e5 100644
--- a/local.mk.sample
+++ b/local.mk.sample
@@ -27,7 +27,7 @@ endif
 RUBY_VERSION := $(shell $(RUBY) -e 'puts RUBY_VERSION')
 
 updir := $(shell git rev-parse --show-cdup)
-gem_paths := $(wildcard $(updir)tmp/gems/$(RUBY_VERSION)/gems/*-*)
+gem_paths := $(wildcard $(updir)tmp/isolate/ruby-$(RUBY_VERSION)/gems/*-*)
 
 ifdef gem_paths
   sp :=