From 32c2adf9301e94e03bf36df474b50d8869550ba9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 31 Oct 2016 19:33:16 +0000 Subject: build: "install-gem" target avoids network No need to go online when installing a locally-built gem. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index bc9c643..51045d4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -219,7 +219,7 @@ fix-perms: gem: $(pkggem) install-gem: $(pkggem) - gem install $(CURDIR)/$< + gem install --local $(CURDIR)/$< $(pkggem): .manifest fix-perms gem build $(rfpackage).gemspec -- cgit v1.2.3-24-ge0c7