vici: Explicitly disable --user-install when installing Ruby Gem

Only one of `--user-install` and `--install-dir` may be set and if
`--user-install` is the default on a system installation will fail
unless we disable it explicitly.

Fixes #914.
This commit is contained in:
Tobias Brunner 2015-03-31 10:51:22 +02:00
parent f16f792e17
commit e94aae83d3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ clean-local:
if RUBY_GEMS_INSTALL
install-data-local: vici-$(PACKAGE_VERSION).gem
$(GEM) install --install-dir $(DESTDIR)$(RUBYGEMDIR) \
$(GEM) install --no-user-install --install-dir $(DESTDIR)$(RUBYGEMDIR) \
vici-$(PACKAGE_VERSION).gem
uninstall-local: