summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-01-17 18:17:11 +0000
committerFrancois Pons <fpons@mandriva.com>2001-01-17 18:17:11 +0000
commit820ad44319c9a7b4246d11cd9ad3cfd927f58197 (patch)
tree760fbe74cc96ac2c8aaf7df91aa82e6403a0f304 /perl-install
parent4ef3933179ffc2fafeb4d5772f62d8cbc6302ede (diff)
downloaddrakx-backup-do-not-use-820ad44319c9a7b4246d11cd9ad3cfd927f58197.tar
drakx-backup-do-not-use-820ad44319c9a7b4246d11cd9ad3cfd927f58197.tar.gz
drakx-backup-do-not-use-820ad44319c9a7b4246d11cd9ad3cfd927f58197.tar.bz2
drakx-backup-do-not-use-820ad44319c9a7b4246d11cd9ad3cfd927f58197.tar.xz
drakx-backup-do-not-use-820ad44319c9a7b4246d11cd9ad3cfd927f58197.zip
fixes with /tmp/rhimage and /tmp/image
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 8e95020ab..4e25ef958 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -523,7 +523,7 @@ sub main {
undef $::auto_install if $cfg;
if ($::g_auto_install) {
(my $root = `/bin/pwd`) =~ s|(/[^/]*){5}$||;
- symlinkf $root, "/tmp/rhimage" or die "unable to create link /tmp/rhimage";
+ symlinkf $root, "/tmp/image" or die "unable to create link /tmp/image";
$o->{method} ||= "cdrom";
$o->{mkbootdisk} = 0;
}