]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installemacsen
Call SUPER in python_distutils::pre_building_step.
[debhelper.git] / dh_installemacsen
index ca0feb6ad7334aff10d7b363d99d662adadb5467..d8fa65741932257999d8f325f44a4caa184f0dd0 100755 (executable)
@@ -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;