]> git.donarmstrong.com Git - debbugs.git/commitdiff
remove compprefix
authorDon Armstrong <don@donarmstrong.com>
Mon, 14 Nov 2016 15:45:19 +0000 (07:45 -0800)
committerDon Armstrong <don@donarmstrong.com>
Mon, 14 Nov 2016 15:45:19 +0000 (07:45 -0800)
examples/debian/versions/build-versions-db

index 79470817c7b32522bdb9703476f0c8bc49a18b41..db4668453878997e3c4b5e437ee1c5b9c1142fe8 100755 (executable)
@@ -151,7 +151,6 @@ for my $suite (@suites) {
        # debian-installer is really a section rather than a component
        # (ugh).
        (my $viscomponent = $component) =~ s[/.*][];
-       $viscomponent = $options{compprefix} . $viscomponent;
 
        my $sources = (grep { -f $_ } glob "$suitedir/$component/source/Sources.*")[0];
        next unless defined $sources;