diff options
author | Francois Pons <fpons@mandriva.com> | 2003-09-19 15:43:43 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-09-19 15:43:43 +0000 |
commit | 998aa640e874385d651066dda35bf7c028c5094d (patch) | |
tree | 6d22f77cf4a5215003b5817ae67354b75dadc7bb /rescue/tree | |
parent | 7530a7f6b7543bcddbbbd71266636b1a14501f86 (diff) | |
download | drakx-998aa640e874385d651066dda35bf7c028c5094d.tar drakx-998aa640e874385d651066dda35bf7c028c5094d.tar.gz drakx-998aa640e874385d651066dda35bf7c028c5094d.tar.bz2 drakx-998aa640e874385d651066dda35bf7c028c5094d.tar.xz drakx-998aa640e874385d651066dda35bf7c028c5094d.zip |
updated with oem
Diffstat (limited to 'rescue/tree')
-rwxr-xr-x | rescue/tree/etc/oem-all | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/tree/etc/oem-all b/rescue/tree/etc/oem-all index eb865e342..7b87a4560 100755 --- a/rescue/tree/etc/oem-all +++ b/rescue/tree/etc/oem-all @@ -581,7 +581,7 @@ foreach my $medium (@media) { my $infile = "/cdrom/" . $rpms{rpm_fullname($pkg)} . "/" . $files{rpm_fullname($pkg)}; my $outfile = "/hd/" . $rpms{rpm_fullname($pkg)} . "/" . $files{rpm_fullname($pkg)}; if (-r $infile && -s $infile != -s $outfile) { - -d "/hd" . $rpms{rpm_fullname($pkg)} or system "mkdir", "-p", "/hd" . $rpms{rpm_fullname($pkg)}; + -d "/hd/" . $rpms{rpm_fullname($pkg)} or system "mkdir", "-p", "/hd/" . $rpms{rpm_fullname($pkg)}; print " copying " . rpm_fullname($pkg) . "\n"; system "cp", "-a", $infile, $outfile; if (rpm_fullname($pkg) =~ /mandrake-release/) { |