Make packaging task not verbose

This commit is contained in:
Calen Pennington
2012-07-10 15:00:47 -04:00
parent 6dd141247d
commit 824f049289

View File

@@ -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}",