summaryrefslogtreecommitdiff
path: root/dh_smf
diff options
context:
space:
mode:
Diffstat (limited to 'dh_smf')
-rwxr-xr-xdh_smf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_smf b/dh_smf
index 336c11f..49d58d7 100755
--- a/dh_smf
+++ b/dh_smf
@@ -114,7 +114,7 @@ foreach my $package ( @{ $dh{DOPACKAGES} } ) {
if ( !-d "$svcdir" ) {
doit( 'install', '-d', "$svcdir" );
}
- my $cp_v = $dh{'VERSION'} ? '-v' : '';
+ my $cp_v = $dh{'VERBOSE'} ? '-v' : '';
complex_doit("cp -a $cp_v -f $smf/* $svcdir/");
}