]> git.deb.at Git - deb/packages.git/blobdiff - lib/Packages/DoIndex.pm
[ARCHIVE] Work around bug if only one archive is used
[deb/packages.git] / lib / Packages / DoIndex.pm
index e1c5b6d3667ef650ace6d0ead1b2231684128259..32b5f7c9d8ef6c5b47f2acf77aac105813ad5eee 100644 (file)
@@ -46,7 +46,7 @@ sub send_file {
     my $path = "";
     $path .= "source/" if $opts->{source};
     $path .= "$opts->{suite}[0]/";
-    $path .= "$opts->{archive}[0]/" if @{$opts->{archive}} == 1;
+#    $path .= "$opts->{archive}[0]/" if @{$opts->{archive}} == 1;
     $path .= "$opts->{subsection}[0]/" if @{$opts->{subsection}};
     $path .= "$opts->{priority}[0]/" if @{$opts->{priority}};
     $path .= "$file.$opts->{po_lang}.$opts->{format}";