summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-12-13 09:58:40 +0800
committerAndre Arko <andre@arko.net>2015-12-13 10:02:43 +0800
commite4b0f91f02d647a813f45aa4449abbf276810d1a (patch)
treeb55859d3ede115d7f81bb6ed3cf77bed1b333f4a
parent92691a732a86f2f0a57e958023ac6edfba719fbd (diff)
downloadbundler-e4b0f91f02d647a813f45aa4449abbf276810d1a.tar.gz
Looks like Ubuntu changed the package name
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 445daf19b7..b4a52bf1a9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -59,7 +59,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 so ronn can generate man/help pages
- sh "sudo apt-get install groff -y"
+ sh "sudo apt-get install groff-base -y"
# Install graphviz so that the viz specs can run
sh "sudo apt-get install graphviz -y 2>&1 | tail -n 2"
if RUBY_VERSION < "1.9"