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 99dcdc3..2cd9079 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -53,7 +53,7 @@ fix-perms:
gem: $(pkggem)
install-gem: $(pkggem)
- gem install $(CURDIR)/$<
+ gem install --local $(CURDIR)/$<
$(pkggem): .gem-manifest
VERSION=$(VERSION) gem build $(pkg).gemspec
--
EW
--
unsubscribe: [email protected]
archive: http://yhbt.net/yahns-public/