diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-29 15:37:05 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-29 15:37:05 +0000 |
commit | e831ea849677ff25e57e4c145d6c591fe3e6e6f3 (patch) | |
tree | 74f6a5aefcfad1144fc9f349f76173e8d129e4ab /gendistrib | |
parent | 547b8916f6e89d86b0688e2f9dd59e4d99574bdc (diff) | |
download | rpmtools-e831ea849677ff25e57e4c145d6c591fe3e6e6f3.tar rpmtools-e831ea849677ff25e57e4c145d6c591fe3e6e6f3.tar.gz rpmtools-e831ea849677ff25e57e4c145d6c591fe3e6e6f3.tar.bz2 rpmtools-e831ea849677ff25e57e4c145d6c591fe3e6e6f3.tar.xz rpmtools-e831ea849677ff25e57e4c145d6c591fe3e6e6f3.zip |
Remove redundant code
Diffstat (limited to 'gendistrib')
-rwxr-xr-x | gendistrib | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -221,10 +221,6 @@ foreach (0..$#hdlists) { } unless ($nomediainfo) { - if (! -d $e->{thismediainfo}) { - mkdir $e->{thismediainfo}, 0755 - or print STDERR qq(Can't create directory "$e->{thismediainfo}": $!\n); - } print STDERR qq(link alternate locations of synthesis and hdlists\n) unless $nooutput; unlink $e->{hdlist2}, $e->{synthesis2}; link $e->{hdlist}, $e->{hdlist2} |