about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-02-02 00:39:42 +0000
committerEric Wong <e@80x24.org>2016-02-02 00:40:32 +0000
commit80b86874fbcee0edf847ff4ac0e9e609a963578b (patch)
treea58172e44ebbc6b4dcf2fa21183f57384e397752
parentd2573ba6c4412c5ee3f164c2457207e18bf8aac9 (diff)
downloadyahns-80b86874fbcee0edf847ff4ac0e9e609a963578b.tar.gz
This avoids needless network traffic when installing
the locally-built gem.
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 99dcdc3..2cd9079 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -53,7 +53,7 @@ fix-perms:
 gem: $(pkggem)
 
 install-gem: $(pkggem)
-        gem install $(CURDIR)/$<
+        gem install --local $(CURDIR)/$<
 
 $(pkggem): .gem-manifest
         VERSION=$(VERSION) gem build $(pkg).gemspec