summaryrefslogtreecommitdiff
path: root/doDebian.go
diff options
context:
space:
mode:
Diffstat (limited to 'doDebian.go')
-rw-r--r--doDebian.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/doDebian.go b/doDebian.go
index 770542e..32aa538 100644
--- a/doDebian.go
+++ b/doDebian.go
@@ -52,6 +52,7 @@ func buildDeb() {
if argv.Verbose {
log.Info("build cmd:", cmd)
+ cmd = append(cmd, "--verbose")
}
if argv.DryRun {
continue