diff options
Diffstat (limited to 'dh_builddeb')
-rwxr-xr-x | dh_builddeb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dh_builddeb b/dh_builddeb index 8c3930fb..1de8aae2 100755 --- a/dh_builddeb +++ b/dh_builddeb @@ -43,7 +43,9 @@ package. =cut -init(); +init(options => { + "filename=s" => \$dh{FILENAME}, +}); # Set the default destination directory. if (! defined $dh{DESTDIR}) { |