about summary refs log tree commit homepage
path: root/local.mk.sample
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-20 11:48:28 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-20 11:48:28 -0700
commitbfe34128aed4ec696bb939c19e86a742297af830 (patch)
treeb4f9fffaeb0f487c95db497168e98cc2bac8ed84 /local.mk.sample
parentac92728df5a673076e3fedd1436cef7c24e534b5 (diff)
downloadrainbows-bfe34128aed4ec696bb939c19e86a742297af830.tar.gz
Diffstat (limited to 'local.mk.sample')
-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 :=