Kaydet (Commit) 87928074 authored tarafından Robert Nagy's avatar Robert Nagy

use Cwd::realpath to avoid confusion with symlinked dirs

üst 63b5cc9d
......@@ -161,7 +161,7 @@ sub getparameter
elsif ($param eq "-destdir") # new parameter for simple installer
{
$installer::globals::rootpath ne "" && die "must set destdir before -i or -simple";
$installer::globals::destdir = shift @ARGV;
$installer::globals::destdir = Cwd::realpath( shift @ARGV );
}
elsif ($param eq "-simple") # new parameter for simple installer
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment