From 58a6f85d20074486e585f8378f9da0757a58cfc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D1=80=D0=B0=D1=86=D0=B5=D0=B2=D1=81=D0=BA=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Thu, 10 Jun 2010 13:33:52 +0400 Subject: [PATCH] Fix error. --- install/calculate | 1 - 1 file changed, 1 deletion(-) diff --git a/install/calculate b/install/calculate index 279215e..824a65d 100755 --- a/install/calculate +++ b/install/calculate @@ -5458,7 +5458,6 @@ sub createiso{ my $mempath = "$data{tmpdir}/livecd/calculate/boot/memtest86plus/memtest.bin"; if(-e $mempath){$addsoft .= "cp -a $mempath $target/$isolinux/memtest &&";} } - if(-e /livecd/calculate/boot/memtest86plus/memtest.bin if(system(qq| cp $data{tmpdir}/livecd/calculate/boot/vmlinuz $target/boot/vmlinuz && cp $data{tmpdir}/livecd/calculate/boot/initrd $target/boot/ &&