From 5b93984d2fe2fa79b94fd2942a684ed356e3ed9a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 2 Dec 2016 01:27:21 +0000 Subject: build: avoid network usage in "install-gem" target Installing a locally-built gem should not require network access in this developer-oriented makefile target. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-ge0c7