about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-25 07:48:25 +0000
committerEric Wong <e@80x24.org>2016-01-25 07:48:25 +0000
commit4c8f75cd3447e445e4a903bae0c022789c49b922 (patch)
treeecd8ec4171ad4f0bf02ffcf184ba4070999533df
parentf7c67ab312f55dfc153f96e6b8a09b34bb322b07 (diff)
downloaddtas-4c8f75cd3447e445e4a903bae0c022789c49b922.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 1cb0f17..3f0927d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -35,7 +35,7 @@ fix-perms:
 gem: $(pkggem)
 
 install-gem: $(pkggem)
-        gem install $(CURDIR)/$<
+        gem install --local $(CURDIR)/$<
 
 $(pkggem): .gem-manifest
         VERSION=$(VERSION) gem build $(pkg).gemspec