diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-01-11 14:37:54 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-01-11 14:37:54 +0000 |
commit | 2e88f715145d8dfc0688ee4af59b3619342c3896 (patch) | |
tree | cfd7975449348f8b9d1c8ad8645936ca9f1dbbbf | |
parent | 26ffba938fed962a5730677f6a0cf17a7c7f4862 (diff) | |
download | rpmtools-2e88f715145d8dfc0688ee4af59b3619342c3896.tar rpmtools-2e88f715145d8dfc0688ee4af59b3619342c3896.tar.gz rpmtools-2e88f715145d8dfc0688ee4af59b3619342c3896.tar.bz2 rpmtools-2e88f715145d8dfc0688ee4af59b3619342c3896.tar.xz rpmtools-2e88f715145d8dfc0688ee4af59b3619342c3896.zip |
fix obvious bug
-rwxr-xr-x | gendistrib | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -276,7 +276,6 @@ foreach (0..$#hdlists) { } print STDERR qq(building hdlist for medium "$e->{descr}"\n) unless $nooutput; - unlink $temp_hdlist; $urpm->build_hdlist(start => $start, end => $end, dir => $headers_dir, |