about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-08-31 07:30:39 +0000
committerEric Wong <e@80x24.org>2016-08-31 07:30:39 +0000
commit6e7274278619b8e6405ad890f528f729b70cc54b (patch)
treea80eb97272862cf0f3443485630105616c5fe36e
parenta1ec69ae682841fdd62a72b6d50df394d407752a (diff)
downloadmogilefs-client-6e7274278619b8e6405ad890f528f729b70cc54b.tar.gz
We should never attempt to use the network to install a
locally-built gem.
-rw-r--r--pkg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg.mk b/pkg.mk
index 67ca94b..2353e3b 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