about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-11-01 22:54:24 +0000
committerEric Wong <e@80x24.org>2016-11-01 22:59:37 +0000
commitd68ccaa839eeffaf5cb9f19e2f775bc55bd23134 (patch)
treeb27fe91c6f83ed53cc96a0f243e35ca634246c58
parent5d4f5fd7918ba17b17721d540e2154e952d354e0 (diff)
downloadkcar-d68ccaa839eeffaf5cb9f19e2f775bc55bd23134.tar.gz
Locally-built gems should not require network access to install.
-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