From 820ad44319c9a7b4246d11cd9ad3cfd927f58197 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 17 Jan 2001 18:17:11 +0000 Subject: fixes with /tmp/rhimage and /tmp/image --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.1