diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-02-11 21:41:51 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-02-11 21:41:51 +0000 |
commit | 93b72c79e1c65eb223723874d1b768460c3c4fc9 (patch) | |
tree | 9dc37891c8df004754bb1b0fc79e8ab47d2e3ea1 | |
parent | 85c290e6ddce1d860e349e695b37c382bb237196 (diff) | |
download | drakx-93b72c79e1c65eb223723874d1b768460c3c4fc9.tar drakx-93b72c79e1c65eb223723874d1b768460c3c4fc9.tar.gz drakx-93b72c79e1c65eb223723874d1b768460c3c4fc9.tar.bz2 drakx-93b72c79e1c65eb223723874d1b768460c3c4fc9.tar.xz drakx-93b72c79e1c65eb223723874d1b768460c3c4fc9.zip |
remove useless rdz
-rwxr-xr-x | images/make_boot_img | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img index e6f7aba7a..efb3b661e 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -465,7 +465,6 @@ image=/vmlinux$I.gz sub boot_img_ppc { my ($type, $I, $img, $kernel) = @_; - (my $rdz = $img) =~ s/\.img/.rdz/; foreach (glob("all.kernels/*")) { my $ext = basename($_); if ($ext =~ /legacy/) { |