summaryrefslogtreecommitdiff
path: root/dh_installemacsen
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installemacsen')
-rwxr-xr-xdh_installemacsen4
1 files changed, 3 insertions, 1 deletions
diff --git a/dh_installemacsen b/dh_installemacsen
index ca0feb6a..d8fa6574 100755
--- a/dh_installemacsen
+++ b/dh_installemacsen
@@ -59,7 +59,9 @@ instances of the same text to be added to maintainer scripts.
=cut
-init();
+init(options => {
+ "flavor=s" => \$dh{FLAVOR},
+});
if (! defined $dh{PRIORITY}) {
$dh{PRIORITY}=50;