Skip to content

Commit

Permalink
make "install" the default for --prefix, moritz++
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Nov 19, 2013
1 parent d5c9efe commit 18f9765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -67,7 +67,7 @@
$config{perl} = $^X;
$config{config} = join ' ', map { / / ? "\"$_\"" : $_ } @args;

$config{prefix} = File::Spec->rel2abs($args{prefix} // '.');
$config{prefix} = File::Spec->rel2abs($args{prefix} // 'install');

# set options that take priority over all others
my @keys = qw( cc ld make );
Expand Down

0 comments on commit 18f9765

Please sign in to comment.