Commit b84da377 by Calen Pennington

Make fpm run in verbose mode

parent 0af8502c
...@@ -89,6 +89,7 @@ task :package do ...@@ -89,6 +89,7 @@ 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}",
"--prefix=#{INSTALL_DIR_PATH}", "--prefix=#{INSTALL_DIR_PATH}",
"--exclude=build", "--exclude=build",
......
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