summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-09-19 15:43:43 +0000
committerFrancois Pons <fpons@mandriva.com>2003-09-19 15:43:43 +0000
commit998aa640e874385d651066dda35bf7c028c5094d (patch)
tree6d22f77cf4a5215003b5817ae67354b75dadc7bb
parent7530a7f6b7543bcddbbbd71266636b1a14501f86 (diff)
downloaddrakx-backup-do-not-use-998aa640e874385d651066dda35bf7c028c5094d.tar
drakx-backup-do-not-use-998aa640e874385d651066dda35bf7c028c5094d.tar.gz
drakx-backup-do-not-use-998aa640e874385d651066dda35bf7c028c5094d.tar.bz2
drakx-backup-do-not-use-998aa640e874385d651066dda35bf7c028c5094d.tar.xz
drakx-backup-do-not-use-998aa640e874385d651066dda35bf7c028c5094d.zip
updated with oem
-rwxr-xr-xrescue/tree/etc/oem-all2
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/) {