Commit 824f0492 by Calen Pennington

Make packaging task not verbose

parent 6dd14124
...@@ -159,7 +159,6 @@ task :package do ...@@ -159,7 +159,6 @@ task :package do
FileUtils.chmod(0755, postinstall.path) FileUtils.chmod(0755, postinstall.path)
args = ["fakeroot", "fpm", "-s", "dir", "-t", "deb", args = ["fakeroot", "fpm", "-s", "dir", "-t", "deb",
"--verbose",
"--after-install=#{postinstall.path}", "--after-install=#{postinstall.path}",
"--after-remove=#{afterremove.path}", "--after-remove=#{afterremove.path}",
"--prefix=#{INSTALL_DIR_PATH}", "--prefix=#{INSTALL_DIR_PATH}",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment