diff options
Diffstat (limited to 'dh_installemacsen')
-rwxr-xr-x | dh_installemacsen | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_installemacsen b/dh_installemacsen index 2e19c1f6..955eb291 100755 --- a/dh_installemacsen +++ b/dh_installemacsen @@ -82,6 +82,7 @@ instances of the same text to be added to maintainer scripts. init(options => { "flavor=s" => \$dh{FLAVOR}, + "priority=s" => \$dh{PRIORITY}, }); if (! defined $dh{PRIORITY}) { |