about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-02-02 23:01:49 +0000
committerEric Wong <e@80x24.org>2016-02-25 09:46:39 +0000
commitf4fe9f0ba32000bb1f547040c5895cd7780cd915 (patch)
tree3673e3eedfd6a9138d355af8443c676da8c764a5
parent83b7b3ef9582b05462b851571cf9dce44276b88c (diff)
downloadraindrops-f4fe9f0ba32000bb1f547040c5895cd7780cd915.tar.gz
This avoids unnecessary network requests for disconnected
systems.
-rw-r--r--pkg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg.mk b/pkg.mk
index 1e40915..186db53 100644
--- a/pkg.mk
+++ b/pkg.mk
@@ -86,7 +86,7 @@ fix-perms:
 gem: $(pkggem)
 
 install-gem: $(pkggem)
-        gem install $(CURDIR)/$<
+        gem install --local $(CURDIR)/$<
 
 $(pkggem): manifest fix-perms
         gem build $(rfpackage).gemspec