summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-07-25 12:08:27 +0000
committerFrancois Pons <fpons@mandriva.com>2001-07-25 12:08:27 +0000
commit7055bf96f0fdc3aa2851131c52b84cb81fe616d4 (patch)
tree9324d005687999a27814abe2b90d45cb1ae1603f /rescue
parente26161b16d3966b6e7932e578582d37972535be2 (diff)
downloaddrakx-backup-do-not-use-7055bf96f0fdc3aa2851131c52b84cb81fe616d4.tar
drakx-backup-do-not-use-7055bf96f0fdc3aa2851131c52b84cb81fe616d4.tar.gz
drakx-backup-do-not-use-7055bf96f0fdc3aa2851131c52b84cb81fe616d4.tar.bz2
drakx-backup-do-not-use-7055bf96f0fdc3aa2851131c52b84cb81fe616d4.tar.xz
drakx-backup-do-not-use-7055bf96f0fdc3aa2851131c52b84cb81fe616d4.zip
fixed to use perl-MDK-Common.
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/make_rescue_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img
index 89792cbd2..d0248c052 100755
--- a/rescue/make_rescue_img
+++ b/rescue/make_rescue_img
@@ -2,7 +2,7 @@
use lib "../perl-install";
use keyboard;
-use common qw(:file);
+use common;
use Config;
Config->import;