From 824f049289a1728fb3c300e6db9f627e3976403e Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Tue, 10 Jul 2012 15:00:47 -0400 Subject: [PATCH] Make packaging task not verbose --- rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/rakefile b/rakefile index fe21c04212..d971ba40f1 100644 --- a/rakefile +++ b/rakefile @@ -159,7 +159,6 @@ task :package do FileUtils.chmod(0755, postinstall.path) args = ["fakeroot", "fpm", "-s", "dir", "-t", "deb", - "--verbose", "--after-install=#{postinstall.path}", "--after-remove=#{afterremove.path}", "--prefix=#{INSTALL_DIR_PATH}",