From 4c8f75cd3447e445e4a903bae0c022789c49b922 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 25 Jan 2016 07:48:25 +0000 Subject: build: install-gem forced to "--local" domain This avoids needless network traffic when installing the locally-built gem. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-ge0c7