]> git.donarmstrong.com Git - debhelper.git/blobdiff - Dh_Getopt.pm
r1539: fix tag name
[debhelper.git] / Dh_Getopt.pm
index 5f43496bb7b6373df74aa649f600809d6931bf60..0c28500d6dfc069b9e40ebbc7dd949f0fd2707d2 100644 (file)
@@ -114,6 +114,8 @@ sub parseopts {
                "init-script=s" => \$options{INIT_SCRIPT},
                
                "sourcedir=s" => \$options{SOURCEDIR},
+               
+               "destdir=s" => \$options{DESTDIR},
        );
 
        if (!$ret) {