Skip to content

Commit 18f9765

Browse files
committed
make "install" the default for --prefix, moritz++
1 parent d5c9efe commit 18f9765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configure.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
$config{perl} = $^X;
6868
$config{config} = join ' ', map { / / ? "\"$_\"" : $_ } @args;
6969

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

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

0 commit comments

Comments
 (0)