Make fpm run in verbose mode

This commit is contained in:
Calen Pennington
2012-05-23 11:47:16 -04:00
parent 0af8502c6d
commit b84da37731

View File

@@ -89,6 +89,7 @@ task :package do
FileUtils.chmod(0755, postinstall.path)
args = ["fakeroot", "fpm", "-s", "dir", "-t", "deb",
"--verbose",
"--after-install=#{postinstall.path}",
"--prefix=#{INSTALL_DIR_PATH}",
"--exclude=build",