From fa2fe939a1d0dc387cf068ee83d701202f5c1ea4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 3 Jan 2005 13:31:02 +0000 Subject: no clp is not an error --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 7b9a251b5..cb4077d09 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -1562,7 +1562,7 @@ sub clp_on_disk() { "$::prefix/tmp/$clp_name" } sub move_clp_to_disk() { return if -e clp_on_disk(); - my ($loop, $current_clp) = devices::find_clp_loop($clp_name); + my ($loop, $current_clp) = devices::find_clp_loop($clp_name) or return; log::l("move_clp_to_disk: copying $current_clp to ", clp_on_disk()); cp_af($current_clp, clp_on_disk()); run_program::run('losetup', $loop, clp_on_disk()); -- cgit v1.2.1