diff --git a/rakefile b/rakefile index 7d557cbeb5..fbc7980d82 100644 --- a/rakefile +++ b/rakefile @@ -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",