diff options
author | Francois Pons <fpons@mandriva.com> | 1999-11-08 13:47:48 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-11-08 13:47:48 +0000 |
commit | 289db2a20031f221bab63bbbfe40be88da1620ff (patch) | |
tree | c730ff428ff75265cab1e74ece3df67c6ae68a87 /perl-install/commands.pm | |
parent | 477f9e81cb3aa78829210942e8185e8146c6cd5e (diff) | |
download | drakx-289db2a20031f221bab63bbbfe40be88da1620ff.tar drakx-289db2a20031f221bab63bbbfe40be88da1620ff.tar.gz drakx-289db2a20031f221bab63bbbfe40be88da1620ff.tar.bz2 drakx-289db2a20031f221bab63bbbfe40be88da1620ff.tar.xz drakx-289db2a20031f221bab63bbbfe40be88da1620ff.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/commands.pm')
-rw-r--r-- | perl-install/commands.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm index c6695603c..120aa99b4 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -514,7 +514,7 @@ sub install_cpio($$) { run_program::run("cd $dir ; bzip2 -cd $cpio | cpio -id $name $name/*"); #- not found, cache result - $cached_failed_install_cpio{"$dir $name"} = ! -e "$dir/$name"; + return if $cached_failed_install_cpio{"$dir $name"} = ! -e "$dir/$name"; "$dir/$name"; } |