about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-10-31 19:33:16 +0000
committerEric Wong <e@80x24.org>2016-10-31 19:34:38 +0000
commit32c2adf9301e94e03bf36df474b50d8869550ba9 (patch)
treea46348ac8aeac37f4d687495a35de93084c95dee /GNUmakefile
parent33c65de834c9a2330f0cfc97b19b544b6836b6c8 (diff)
downloadunicorn-32c2adf9301e94e03bf36df474b50d8869550ba9.tar.gz
No need to go online when installing a locally-built gem.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index bc9c643..51045d4 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -219,7 +219,7 @@ fix-perms:
 gem: $(pkggem)
 
 install-gem: $(pkggem)
-        gem install $(CURDIR)/$<
+        gem install --local $(CURDIR)/$<
 
 $(pkggem): .manifest fix-perms
         gem build $(rfpackage).gemspec