Skip to content

Commit

Permalink
Update Configure.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
gerd committed Jun 26, 2017
1 parent d56573a commit de02bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -58,7 +58,7 @@
}
$options{prefix} = File::Spec->rel2abs($options{prefix});
unless (defined $options{libdir}) {
my $default = File::Spec->catdir($options{prefix}, 'lib');
my $default = File::Spec->catdir($options{prefix}, 'share');
$options{libdir} = $default;
}
my $prefix = $options{'prefix'};
Expand Down

0 comments on commit de02bc3

Please sign in to comment.