about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-02 01:27:21 +0000
committerEric Wong <e@80x24.org>2016-12-02 21:14:39 +0000
commit5b93984d2fe2fa79b94fd2942a684ed356e3ed9a (patch)
treea0b68b2c3b7ae635b59777e45970e40974707434
parente7b51468ecb138c59afba66f190c5fcf1b5282fc (diff)
downloadolddoc-5b93984d2fe2fa79b94fd2942a684ed356e3ed9a.tar.gz
Installing a locally-built gem should not require network
access in this developer-oriented makefile target.
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1e07a44..038bc25 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -48,7 +48,7 @@ doc: $(placeholders)
 gem: $(pkggem)
 
 install-gem: $(pkggem)
-        gem install $(CURDIR)/$<
+        gem install --local $(CURDIR)/$<
 
 $(pkggem): fix-perms .gem-manifest
         VERSION=$(VERSION) gem build $(pkg).gemspec