From 059def41db8e98a0ed33fa2cd086865c23f1d7be Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Tue, 7 Apr 2015 20:49:59 -0700 Subject: apparently kvm only has groff-base --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index ec21f6a269..92c2e3d721 100644 --- a/Rakefile +++ b/Rakefile @@ -115,7 +115,7 @@ namespace :spec do # Strip secure_path so that RVM paths transmit through sudo -E system "sudo sed -i '/secure_path/d' /etc/sudoers" # Install groff for the ronn gem - sh "sudo apt-get install groff -y" + sh "sudo apt-get install groff-base -y" if RUBY_VERSION < '1.9' # Downgrade Rubygems on 1.8 so Ronn can be required # https://github.com/rubygems/rubygems/issues/784 -- cgit v1.2.1