summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-10-12 17:12:43 +0000
committerOlivier Blin <oblin@mandriva.com>2009-10-12 17:12:43 +0000
commitb03f5a2ee64c6a35b5bd3129dded467d6a5c74d0 (patch)
treeb73b44315b84d679c4d14ca8b7355eb41ed5b9ae /images/make_boot_img
parent329878cbeb69bb57a554c43e9bfe22a3472ba939 (diff)
downloaddrakx-backup-do-not-use-b03f5a2ee64c6a35b5bd3129dded467d6a5c74d0.tar
drakx-backup-do-not-use-b03f5a2ee64c6a35b5bd3129dded467d6a5c74d0.tar.gz
drakx-backup-do-not-use-b03f5a2ee64c6a35b5bd3129dded467d6a5c74d0.tar.bz2
drakx-backup-do-not-use-b03f5a2ee64c6a35b5bd3129dded467d6a5c74d0.tar.xz
drakx-backup-do-not-use-b03f5a2ee64c6a35b5bd3129dded467d6a5c74d0.zip
properly fix FileHandle issue (like pterjan did in tools/install-xml-file-list)
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-ximages/make_boot_img1
1 files changed, 1 insertions, 0 deletions
diff --git a/images/make_boot_img b/images/make_boot_img
index e7f1fcb4c..359909da2 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -1,6 +1,7 @@
#!/usr/bin/perl
use Config;
+use FileHandle;
use MDK::Common;
Config->import;
my ($arch) = $Config{archname} =~ /(.*?)-/;